WebAuthnCeremonyHandler
interface WebAuthnCeremonyHandler
Handler for performing a WebAuthn assertion ceremony on the current platform.
Platform implementations call the native WebAuthn API (e.g., Android Credential Manager) with the server-provided challenge data and return the assertion response.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun performAssertion(challengeData: String): ERROR CLASS: Symbol not found for Result<com/okta/directauth/model/WebAuthnAssertionResponse>
Performs a WebAuthn assertion using the platform's native API.