WebAuthnCredentialDescription

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The unique identifier of the passkey credential.

Link copied to clipboard

An automatically-generated friendly name for the passkey credential.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String