WebAuthnContinuation
A Java-friendly wrapper around DirectAuthContinuation.WebAuthn.
Provides async methods for completing a WebAuthn ceremony.
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
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.