GetUserAuthFactorsResponse
Types
Properties
Link copied to clipboard
The authentication types that are available to the user with USER_AUTH
sign-in, for example ["PASSWORD", "WEB_AUTHN"]
.
Link copied to clipboard
The challenge method that Amazon Cognito returns to the user in response to sign-in requests. Users can prefer SMS message, email message, or TOTP MFA.
Link copied to clipboard
The MFA options that are activated for the user. The possible values in this list are SMS_MFA
, EMAIL_OTP
, and SOFTWARE_TOKEN_MFA
.
Functions
Link copied to clipboard
inline fun copy(block: GetUserAuthFactorsResponse.Builder.() -> Unit = {}): GetUserAuthFactorsResponse