proceed

Proceeds with the authentication flow by delegating the WebAuthn ceremony to the provided handler, then exchanging the assertion response for tokens.

This is the recommended approach. The SDK orchestrates the full flow.

Return

The next DirectAuthenticationState in the flow.

Parameters

handler

A platform-specific WebAuthnCeremonyHandler (e.g., AndroidWebAuthnCeremonyHandler).


Proceeds with the authentication flow using a pre-obtained WebAuthn assertion response.

Use this when the application performs the platform WebAuthn ceremony itself and wants to exchange the result for tokens.

Return

The next DirectAuthenticationState in the flow.

Parameters

assertionResponse

The WebAuthnAssertionResponse from the platform's WebAuthn API.