WebAuthnAccount

external interface WebAuthnAccount(source)

Properties

Link copied to clipboard
abstract var credentialId: String

URL-safe base64-encoded (no padding) credential ID of the discoverable credential. Matches PublicKeyCredential.id returned by navigator.credentials.get() in the renderer.

Link copied to clipboard
abstract var displayName: String?

Human-palatable name for the account, intended for display.

Link copied to clipboard
abstract var name: String?

Human-palatable identifier for the account (for example, an email address or username).

Link copied to clipboard
abstract var userHandle: String?

URL-safe base64-encoded (no padding) user handle (user.id) that was provided when the credential was created.