Click or drag to resize

OIDCUserData Properties

The OIDCUserData type exposes the following members.

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