Skip to main content

Module webauthn_prf

Module webauthn_prf 

Source
Expand description

WebAuthn PRF unlock data. Each registered passkey that supports the PRF extension carries a rotateable key set: a private key wrapped by the key derived from the credential’s PRF output, and the user key encapsulated to the matching public key. Unlocking derives the PRF key from the authenticator, unwraps the private key, and decapsulates the user key with it.

Structs§

WebAuthnPrfUnlockData
Every WebAuthn PRF credential the account can unlock with.
WebAuthnPrfUnlockOption
The unlock data for a single WebAuthn PRF credential.

Enums§

WebAuthnPrfError
Errors that can occur when working with WebAuthn PRF unlock data

Constants§

UNIFFI_META_CONST_BITWARDEN_CORE_RECORD_WEBAUTHNPRFUNLOCKDATA 🔒
UNIFFI_META_CONST_BITWARDEN_CORE_RECORD_WEBAUTHNPRFUNLOCKOPTION 🔒