WebAuthnContinuation

A Java-friendly wrapper around DirectAuthContinuation.WebAuthn.

Provides async methods for completing a WebAuthn ceremony.

Must be closed when no longer needed to release coroutine resources.

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, or null if the challenge response did not include any.

Link copied to clipboard

Functions

Link copied to clipboard

Retrieves the raw JSON string representing the WebAuthn challenge data.

Link copied to clipboard
open override fun close()

Closes this continuation, cancelling the in-flight proceedAsync call if any.

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.