Authenticates an existing user via passkey assertion.
Updates isAuthenticated$ and
user$ on success.
Optionaloptions:
PasskeyLoginOptions
Registers a new user with a passkey credential. Updates
isAuthenticated$ and user$ on
success.
Observable-based Passkey API client exposed by
AuthService.passkey.Wraps
PasskeyApiClientfrom@auth0/auth0-spa-js. Both methods handle the full WebAuthn flow internally and update Angular auth state on success. All methods returnObservableinstead ofPromise.