PasskeyPlatformBridge
interface PasskeyPlatformBridge
Platform bridge contract implemented by target-specific modules.
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun createCredential(options: PublicKeyCredentialCreationOptions): RawRegistrationResponse
Returns byte-preserving registration output for shared protocol interpretation.
Link copied to clipboard
abstract suspend fun getAssertion(options: PublicKeyCredentialRequestOptions): RawAuthenticationResponse
Returns byte-preserving assertion output for shared protocol interpretation.
Link copied to clipboard