DefaultPasskeyClient
Default PasskeyClient orchestration that delegates to a platform bridge.
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun createCredential(options: PublicKeyCredentialCreationOptions): PasskeyResult<RawRegistrationResponse>
W3C WebAuthn L3: §5.1. Authentication Credentials Container (navigator.credentials.create)
Link copied to clipboard
open suspend override fun getAssertion(options: PublicKeyCredentialRequestOptions): PasskeyResult<RawAuthenticationResponse>
W3C WebAuthn L3: §5.1. Authentication Credentials Container (navigator.credentials.get)