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.

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
13471
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13462

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


13462
13463
13464
13465
13466
13467
13468
13469
13470
13471
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
13471
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
13471
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
13471
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
13471
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13462

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