Class: Aws::CognitoIdentityProvider::Types::WebAuthnCredentialDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnCredentialDescription
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The details of a passkey, or webauthN, biometric or security-key authentication factor for a user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authenticator_attachment ⇒ String
The general category of the passkey authenticator.
-
#authenticator_transports ⇒ Array<String>
Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.
-
#created_at ⇒ Time
The date and time when the item was created.
-
#credential_id ⇒ String
The unique identifier of the passkey credential.
-
#friendly_credential_name ⇒ String
An automatically-generated friendly name for the passkey credential.
-
#relying_party_id ⇒ String
The relying-party ID of the provider for the passkey credential.
Instance Attribute Details
#authenticator_attachment ⇒ String
The general category of the passkey authenticator. Can be a platform, or on-device authenticator like a built-in fingerprint scanner, or a cross-platform device that's not attached to the device like a Bluetooth security key.
14113 14114 14115 14116 14117 14118 14119 14120 14121 14122 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14113 class WebAuthnCredentialDescription < Struct.new( :credential_id, :friendly_credential_name, :relying_party_id, :authenticator_attachment, :authenticator_transports, :created_at) SENSITIVE = [] include Aws::Structure end |
#authenticator_transports ⇒ Array<String>
Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.
14113 14114 14115 14116 14117 14118 14119 14120 14121 14122 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14113 class WebAuthnCredentialDescription < Struct.new( :credential_id, :friendly_credential_name, :relying_party_id, :authenticator_attachment, :authenticator_transports, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the item was created. Amazon Cognito returns
this timestamp in UNIX epoch time format. Your SDK might render the
output in a human-readable format like ISO 8601 or a Java Date
object.
14113 14114 14115 14116 14117 14118 14119 14120 14121 14122 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14113 class WebAuthnCredentialDescription < Struct.new( :credential_id, :friendly_credential_name, :relying_party_id, :authenticator_attachment, :authenticator_transports, :created_at) SENSITIVE = [] include Aws::Structure end |
#credential_id ⇒ String
The unique identifier of the passkey credential.
14113 14114 14115 14116 14117 14118 14119 14120 14121 14122 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14113 class WebAuthnCredentialDescription < Struct.new( :credential_id, :friendly_credential_name, :relying_party_id, :authenticator_attachment, :authenticator_transports, :created_at) SENSITIVE = [] include Aws::Structure end |
#friendly_credential_name ⇒ String
An automatically-generated friendly name for the passkey credential.
14113 14114 14115 14116 14117 14118 14119 14120 14121 14122 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14113 class WebAuthnCredentialDescription < Struct.new( :credential_id, :friendly_credential_name, :relying_party_id, :authenticator_attachment, :authenticator_transports, :created_at) SENSITIVE = [] include Aws::Structure end |
#relying_party_id ⇒ String
The relying-party ID of the provider for the passkey credential.
14113 14114 14115 14116 14117 14118 14119 14120 14121 14122 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14113 class WebAuthnCredentialDescription < Struct.new( :credential_id, :friendly_credential_name, :relying_party_id, :authenticator_attachment, :authenticator_transports, :created_at) SENSITIVE = [] include Aws::Structure end |