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§
- WebAuthn
PrfUnlock Data - Every WebAuthn PRF credential the account can unlock with.
- WebAuthn
PrfUnlock Option - The unlock data for a single WebAuthn PRF credential.
Enums§
- WebAuthn
PrfError - Errors that can occur when working with WebAuthn PRF unlock data