OIDCUser
|
The OIDCUserData type exposes the following members.
Name | Description | |
---|---|---|
AccountCreatedDateTime |
Gets the UTC date and time when user account was created.
(Inherited from UserData) |
|
CompanyName |
Gets the user's company name.
(Inherited from UserData) |
|
EmailAddress |
Gets the user's email address.
(Inherited from UserData) |
|
FirstName |
Gets the user's first name.
(Inherited from UserData) |
|
Groups |
Gets a read-only list of all the groups the user belongs to.
(Inherited from UserData) |
|
IsAzureAD |
Gets a boolean value that indicates whether the user is defined as an AzureAD account.
(Inherited from UserData) |
|
IsDefined |
Gets a boolean value that indicates whether the user is defined in the backend security data store.
(Inherited from UserData) |
|
IsDisabled |
Gets a boolean value that indicates whether the user account has been disabled.
(Inherited from UserData) |
|
IsExternal |
Gets a boolean value that indicates whether the user is defined as an external user in the backend security data store.
(Inherited from UserData) |
|
IsLockedOut |
Gets a boolean value that indicates whether the user account has been locked due to numerous unsuccessful login attempts.
(Inherited from UserData) |
|
LastName |
Gets the user's last name.
(Inherited from UserData) |
|
LoginID |
Gets the user's login ID.
(Inherited from UserData) |
|
Nonce | Gets or sets OIDC Nonce value associated with this user. | |
Password |
Gets the user's password.
(Inherited from UserData) |
|
PasswordChangeDateTime |
Gets the UTC date and time when user must change the password.
(Inherited from UserData) |
|
PhoneNumber |
Gets the user's phone number.
(Inherited from UserData) |
|
Roles |
Gets a read-only list of all the roles assigned to the user.
(Inherited from UserData) |
|
SecurityAnswer |
Gets the user's security answer.
(Inherited from UserData) |
|
SecurityQuestion |
Gets the user's security question.
(Inherited from UserData) |
|
Username |
Gets the user's login name.
(Inherited from UserData) |