Sign in with an existing passkey.
Handles the full flow: requests a login challenge, triggers the browser WebAuthn assertion ceremony, serializes the result, and exchanges it for tokens.
Optionaloptions: PasskeyLoginOptionsOptional passkey login options (optional scope/audience/realm/organization)
A promise that resolves to the token endpoint response containing access/ID tokens
Register a new user with a passkey.
Handles the full flow: requests a signup challenge, triggers the browser WebAuthn credential creation ceremony, serializes the result, and exchanges it for tokens.
Passkey signup options (user identifier, optional scope/audience)
A promise that resolves to the token endpoint response containing access/ID tokens
Client for Auth0 Passkey operations.
Provides 2 public methods:
signup— Register a new user with a passkey (full flow: challenge → WebAuthn → token exchange)login— Sign in with a passkey (full flow: challenge → WebAuthn → token exchange)Example