Class: Aws::CognitoIdentityProvider::Types::WebAuthnCredentialDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The details of a passkey, or webauthN, biometric or security-key authentication factor for a user.

This data type is a response parameter of [ListWebAuthnCredentials].

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListWebAuthnCredentials.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authenticator_attachmentString

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.

Returns:

  • (String)


13322
13323
13324
13325
13326
13327
13328
13329
13330
13331
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13322

class WebAuthnCredentialDescription < Struct.new(
  :credential_id,
  :friendly_credential_name,
  :relying_party_id,
  :authenticator_attachment,
  :authenticator_transports,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#authenticator_transportsArray<String>

Information about the transport methods of the passkey credential, for example USB or Bluetooth Low Energy.

Returns:

  • (Array<String>)


13322
13323
13324
13325
13326
13327
13328
13329
13330
13331
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13322

class WebAuthnCredentialDescription < Struct.new(
  :credential_id,
  :friendly_credential_name,
  :relying_party_id,
  :authenticator_attachment,
  :authenticator_transports,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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.

Returns:

  • (Time)


13322
13323
13324
13325
13326
13327
13328
13329
13330
13331
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13322

class WebAuthnCredentialDescription < Struct.new(
  :credential_id,
  :friendly_credential_name,
  :relying_party_id,
  :authenticator_attachment,
  :authenticator_transports,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#credential_idString

The unique identifier of the passkey credential.

Returns:

  • (String)


13322
13323
13324
13325
13326
13327
13328
13329
13330
13331
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13322

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_nameString

An automatically-generated friendly name for the passkey credential.

Returns:

  • (String)


13322
13323
13324
13325
13326
13327
13328
13329
13330
13331
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13322

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_idString

The relying-party ID of the provider for the passkey credential.

Returns:

  • (String)


13322
13323
13324
13325
13326
13327
13328
13329
13330
13331
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13322

class WebAuthnCredentialDescription < Struct.new(
  :credential_id,
  :friendly_credential_name,
  :relying_party_id,
  :authenticator_attachment,
  :authenticator_transports,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end