WebAuthnContinuation

A Java-friendly wrapper around DirectAuthContinuation.WebAuthn.

Provides async methods for completing a WebAuthn ceremony.

Parameters

delegate

The underlying Kotlin DirectAuthContinuation.WebAuthn instance.

Constructors

Link copied to clipboard
constructor(delegate: DirectAuthContinuation.WebAuthn)

Properties

Link copied to clipboard

The list of authenticator enrollments returned from the server.

Link copied to clipboard

Functions

Link copied to clipboard

Retrieves the raw JSON string representing the WebAuthn challenge data.

Link copied to clipboard

Proceeds with the WebAuthn flow using a platform ceremony handler.

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