Class: Aws::Types::WebAuthnConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::WebAuthnConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#factor_configuration ⇒ "SINGLE_FACTOR", "MULTI_FACTOR_WITH_USER_VERIFICATION"
Returns the value of attribute factor_configuration.
-
#relying_party_id ⇒ ::String
Returns the value of attribute relying_party_id.
-
#user_verification ⇒ "required", "preferred"
Returns the value of attribute user_verification.
Instance Attribute Details
#factor_configuration ⇒ "SINGLE_FACTOR", "MULTI_FACTOR_WITH_USER_VERIFICATION"
Returns the value of attribute factor_configuration.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def factor_configuration @factor_configuration end |
#relying_party_id ⇒ ::String
Returns the value of attribute relying_party_id.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def @relying_party_id end |
#user_verification ⇒ "required", "preferred"
Returns the value of attribute user_verification.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def user_verification @user_verification end |