OIDCUser
|
The OIDCUserData type exposes the following members.
Name | Description | |
---|---|---|
OIDCUserData | Initializes a new instance of the OIDCUserData class. | |
OIDCUserData(String) | Initializes a new instance of the OIDCUserData class. |
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) |
Name | Description | |
---|---|---|
Clone |
Copies a new instance of the UserData class by copying an existing instance.
(Inherited from UserData) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Initialize |
Initializes this UserData object.
(Inherited from UserData) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |