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.

Parameters

challengeData

The challenge data from the server, to be passed to the platform's WebAuthn API.

context

The DirectAuthenticationContext associated with this state.

mfaContext

An optional context for MFA flows.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun proceed(authenticationResponseJson: String): DirectAuthenticationState

Proceeds with the authentication flow with the response from the WebAuthn/passkey ceremony.