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
1465 |
# File 'sig/client.rbs', line 1465
def authentication_result: () -> Types::AuthenticationResultType
|
#challenge_name ⇒ "SMS_MFA", ...
1462 |
# File 'sig/client.rbs', line 1462
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]
1464 |
# File 'sig/client.rbs', line 1464
def challenge_parameters: () -> ::Hash[::String, ::String]
|
#session ⇒ ::String
1463 |
# File 'sig/client.rbs', line 1463
def session: () -> ::String
|