ICognitoIdentityProviderGetUserResponse
Interface in AWS.CognitoIdentityProvider
Interface for GetUser responses.
Ancestors
Properties
MFAOptions
property MFAOptions: TList<ICognitoIdentityProviderMFAOptionType>
Type: ICognitoIdentityProviderMFAOptionType
Information about SMS MFA configurations.
This attribute is no longer supported.
PreferredMfaSetting
property PreferredMfaSetting: string
The user's preferred multi-factor authentication (MFA) setting.
UserAttributes
property UserAttributes: TList<ICognitoIdentityProviderAttributeType>
Type: ICognitoIdentityProviderAttributeType
A list of name-value pairs representing user attributes.
Custom attributes have a name prefixed with custom:.
UserMFASettingList
property UserMFASettingList: TList<string>
The multi-factor authentication (MFA) options that are activated for the user.
Valid values: SMS_MFA | SOFTWARE_TOKEN_MFA.
Username
property Username: string
The username of the user.