Module: Aws::CognitoIdentityProvider::Client::_RespondToAuthChallengeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RespondToAuthChallengeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authentication_result ⇒ Types::AuthenticationResultType
- #challenge_name ⇒ "SMS_MFA", ...
- #challenge_parameters ⇒ ::Hash[::String, ::String]
- #session ⇒ ::String
Instance Method Details
#authentication_result ⇒ Types::AuthenticationResultType
1454 |
# File 'sig/client.rbs', line 1454
def authentication_result: () -> Types::AuthenticationResultType
|
#challenge_name ⇒ "SMS_MFA", ...
1451 |
# File 'sig/client.rbs', line 1451
def challenge_name: () -> ("SMS_MFA" | "EMAIL_OTP" | "SOFTWARE_TOKEN_MFA" | "SELECT_MFA_TYPE" | "MFA_SETUP" | "PASSWORD_VERIFIER" | "CUSTOM_CHALLENGE" | "SELECT_CHALLENGE" | "DEVICE_SRP_AUTH" | "DEVICE_PASSWORD_VERIFIER" | "ADMIN_NO_SRP_AUTH" | "NEW_PASSWORD_REQUIRED" | "SMS_OTP" | "PASSWORD" | "WEB_AUTHN" | "PASSWORD_SRP")
|
#challenge_parameters ⇒ ::Hash[::String, ::String]
1453 |
# File 'sig/client.rbs', line 1453
def challenge_parameters: () -> ::Hash[::String, ::String]
|
#session ⇒ ::String
1452 |
# File 'sig/client.rbs', line 1452
def session: () -> ::String
|