WebAuthnCredentialDescription
The details of a passkey, or webauthN, biometric or security-key authentication factor for a user.
Types
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 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
inline fun copy(block: WebAuthnCredentialDescription.Builder.() -> Unit = {}): WebAuthnCredentialDescription