Module: Aws::CognitoIdentityProvider::Client::_GetUserAuthFactorsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUserAuthFactorsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configured_user_auth_factors ⇒ ::Array[("PASSWORD" | "EMAIL_OTP" | "SMS_OTP" | "WEB_AUTHN")]
- #preferred_mfa_setting ⇒ ::String
- #user_mfa_setting_list ⇒ ::Array[::String]
- #username ⇒ ::String
Instance Method Details
#configured_user_auth_factors ⇒ ::Array[("PASSWORD" | "EMAIL_OTP" | "SMS_OTP" | "WEB_AUTHN")]
1190 |
# File 'sig/client.rbs', line 1190
def configured_user_auth_factors: () -> ::Array[("PASSWORD" | "EMAIL_OTP" | "SMS_OTP" | "WEB_AUTHN")]
|
#preferred_mfa_setting ⇒ ::String
1188 |
# File 'sig/client.rbs', line 1188
def preferred_mfa_setting: () -> ::String
|
#user_mfa_setting_list ⇒ ::Array[::String]
1189 |
# File 'sig/client.rbs', line 1189
def user_mfa_setting_list: () -> ::Array[::String]
|
#username ⇒ ::String
1187 |
# File 'sig/client.rbs', line 1187
def username: () -> ::String
|