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")


2669
2670
2671
# File 'sig/types.rbs', line 2669

def factor_configuration
  @factor_configuration
end

#relying_party_id::String

Returns the value of attribute relying_party_id.

Returns:

  • (::String)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def relying_party_id
  @relying_party_id
end

#user_verification"required", "preferred"

Returns the value of attribute user_verification.

Returns:

  • ("required", "preferred")


2668
2669
2670
# File 'sig/types.rbs', line 2668

def user_verification
  @user_verification
end