WebAuthnContinuation
class WebAuthnContinuation(delegate: DirectAuthContinuation.WebAuthn) : DirectAuthenticationState, Closeable
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.
Properties
Functions
Link copied to clipboard
Retrieves the raw JSON string representing the WebAuthn challenge data.
Link copied to clipboard
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.
fun proceedAsync(assertionResponse: WebAuthnAssertionResponse): CompletableFuture<DirectAuthenticationState>
Proceeds with the WebAuthn flow using a pre-obtained assertion response.