Class: Aws::Types::WebAuthnConfigurationType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#factor_configuration"SINGLE_FACTOR", "MULTI_FACTOR_WITH_USER_VERIFICATION"

Returns the value of attribute factor_configuration.

Returns:

  • ("SINGLE_FACTOR", "MULTI_FACTOR_WITH_USER_VERIFICATION")


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.

Returns:

  • (::String)


2635
2636
2637
# File 'sig/types.rbs', line 2635

def relying_party_id
  @relying_party_id
end

#user_verification"required", "preferred"

Returns the value of attribute user_verification.

Returns:

  • ("required", "preferred")


2636
2637
2638
# File 'sig/types.rbs', line 2636

def user_verification
  @user_verification
end