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")]
1193 |
# File 'sig/client.rbs', line 1193
def configured_user_auth_factors: () -> ::Array[("PASSWORD" | "EMAIL_OTP" | "SMS_OTP" | "WEB_AUTHN")]
|
#preferred_mfa_setting ⇒ ::String
1191 |
# File 'sig/client.rbs', line 1191
def preferred_mfa_setting: () -> ::String
|
#user_mfa_setting_list ⇒ ::Array[::String]
1192 |
# File 'sig/client.rbs', line 1192
def user_mfa_setting_list: () -> ::Array[::String]
|
#username ⇒ ::String
1190 |
# File 'sig/client.rbs', line 1190
def username: () -> ::String
|