attemptVerification
suspend fun Passkey.attemptVerification(publicKeyCredential: String): ClerkResult<Passkey, ClerkErrorResponse>
Attempts to verify this passkey using the provided public key credential.
This method is used to complete the passkey verification process by submitting the cryptographic response generated by the authenticator device.
Return
A ClerkResult containing the verified Passkey on success, or a ClerkErrorResponse on failure
Parameters
publicKeyCredential
The JSON string containing the public key credential response from the WebAuthn authenticator