PasskeyClient
interface PasskeyClient
Public cross-platform API for WebAuthn registration and authentication ceremonies.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun createCredential(options: PublicKeyCredentialCreationOptions): PasskeyResult<RawRegistrationResponse>
W3C WebAuthn L3: §5.1. Authentication Credentials Container (navigator.credentials.create)
Link copied to clipboard
abstract suspend fun getAssertion(options: PublicKeyCredentialRequestOptions): PasskeyResult<RawAuthenticationResponse>
W3C WebAuthn L3: §5.1. Authentication Credentials Container (navigator.credentials.get)