Skip to main content

TCognitoIdentityProviderSetUserMFAPreferenceRequest

Class in AWS.CognitoIdentityProvider

SetUserMFAPreference request class.

Ancestors

Properties

AccessToken

property AccessToken: string

SMSMfaSettings

property SMSMfaSettings: ICognitoIdentityProviderSMSMfaSettingsType

Type: ICognitoIdentityProviderSMSMfaSettingsType

SoftwareTokenMfaSettings

property SoftwareTokenMfaSettings: ICognitoIdentityProviderSoftwareTokenMfaSettingsType

Type: ICognitoIdentityProviderSoftwareTokenMfaSettingsType

Constructors

Create

constructor Create(const AAccessToken: string);

Constructor for TCognitoIdentityProviderSetUserMFAPreferenceRequest.

Parameters

NameDescription
AAccessTokenSpecify a valid access token that Amazon Cognito issued to the user who you want to set multi-factor authentication (MFA) preferences for.