Class: Aws::Types::InitiateAuthResponse
- Inherits:
-
Object
- Object
- Aws::Types::InitiateAuthResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_result ⇒ Types::AuthenticationResultType
Returns the value of attribute authentication_result.
-
#available_challenges ⇒ ::Array[("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")]
Returns the value of attribute available_challenges.
-
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
-
#challenge_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_parameters.
-
#session ⇒ ::String
Returns the value of attribute session.
Instance Attribute Details
#authentication_result ⇒ Types::AuthenticationResultType
Returns the value of attribute authentication_result.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def authentication_result @authentication_result end |
#available_challenges ⇒ ::Array[("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")]
Returns the value of attribute available_challenges.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def available_challenges @available_challenges end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def challenge_name @challenge_name end |
#challenge_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_parameters.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def challenge_parameters @challenge_parameters end |
#session ⇒ ::String
Returns the value of attribute session.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def session @session end |