Module: Aws::CognitoIdentityProvider::Client::_AdminRespondToAuthChallengeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AdminRespondToAuthChallengeResponse]
- 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
352 |
# File 'sig/client.rbs', line 352
def authentication_result: () -> Types::AuthenticationResultType
|
#challenge_name ⇒ "SMS_MFA", ...
349 |
# File 'sig/client.rbs', line 349
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]
351 |
# File 'sig/client.rbs', line 351
def challenge_parameters: () -> ::Hash[::String, ::String]
|
#session ⇒ ::String
350 |
# File 'sig/client.rbs', line 350
def session: () -> ::String
|