signInWithPasskey

suspend fun signInWithPasskey(requestJson: String): String

Signs in using an existing Passkey.

Return

The authentication response JSON containing the signed-in credential.

Parameters

requestJson

The WebAuthn JSON request specifying sign-in details.

Throws

If sign-in fails.