Passkey
@Serializable
An object that represents a passkey associated with a user.
Passkeys are a modern, secure authentication method that uses cryptographic key pairs to authenticate users without requiring passwords. They provide a phishing-resistant authentication experience using biometrics, device PINs, or other local authentication methods.
Constructors
Properties
Functions
Link copied to clipboard
suspend fun Passkey.attemptVerification(publicKeyCredential: String): ClerkResult<Passkey, ClerkErrorResponse>
Attempts to verify this passkey using the provided public key credential.
Link copied to clipboard
Deletes this passkey from the user's account.
Link copied to clipboard
Updates the properties of this passkey.