proceedAsync
Proceeds with the WebAuthn flow using a platform ceremony handler.
Return
A CompletableFuture that completes with the next DirectAuthenticationState.
Parameters
handler
A WebAuthnCeremonyHandler that performs the platform WebAuthn ceremony.
fun proceedAsync(assertionResponse: WebAuthnAssertionResponse): CompletableFuture<DirectAuthenticationState>
Proceeds with the WebAuthn flow using a pre-obtained assertion response.
Return
A CompletableFuture that completes with the next DirectAuthenticationState.
Parameters
assertionResponse
The WebAuthnAssertionResponse from the platform's WebAuthn API.