Class: Aws::Types::AdminInitiateAuthResponse
- Inherits:
-
Object
- Object
- Aws::Types::AdminInitiateAuthResponse
- 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.
223 224 225 |
# File 'sig/types.rbs', line 223 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.
224 225 226 |
# File 'sig/types.rbs', line 224 def available_challenges @available_challenges end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
220 221 222 |
# File 'sig/types.rbs', line 220 def challenge_name @challenge_name end |
#challenge_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_parameters.
222 223 224 |
# File 'sig/types.rbs', line 222 def challenge_parameters @challenge_parameters end |
#session ⇒ ::String
Returns the value of attribute session.
221 222 223 |
# File 'sig/types.rbs', line 221 def session @session end |