WebAuthn
A continuation that requires a WebAuthn (passkey) challenge to be completed.
This state provides the necessary challenge data to interact with the platform's WebAuthn/passkey APIs. There are two ways to proceed:
Recommended: Use proceed with a WebAuthnCeremonyHandler to let the SDK orchestrate the platform ceremony and token exchange.
Lower-level: Perform the ceremony yourself and pass the result to proceed with a WebAuthnAssertionResponse.
Parameters
The DirectAuthenticationContext associated with this state.
An optional context for MFA flows.
Properties
Functions
Retrieves the raw JSON string representing the WebAuthn challenge data.
Proceeds with the authentication flow by delegating the WebAuthn ceremony to the provided handler, then exchanging the assertion response for tokens.
Proceeds with the authentication flow using a pre-obtained WebAuthn assertion response.