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
| Name | Description |
|---|---|
AAccessToken | Specify a valid access token that Amazon Cognito issued to the user who you want to set SMS multi-factor authentication (MFA) preferences for. |