Skip to main content

TCognitoIdentityProviderSetUserSettingsRequest

Class in AWS.CognitoIdentityProvider

SetUserSettings request class.

Ancestors

Properties

AccessToken

property AccessToken: string

MFAOptions

property MFAOptions: TList<ICognitoIdentityProviderMFAOptionType>

Type: ICognitoIdentityProviderMFAOptionType

Constructors

Create

constructor Create(const AAccessToken: string);

Constructor for TCognitoIdentityProviderSetUserSettingsRequest.

Parameters

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