PasskeyResource
An interface that describes a passkey associated with a user response.
Properties
Properties | Type | Description |
---|---|---|
id | string | The passkey's unique ID generated by Clerk. |
verification | Verification | Verification details for the passkey. |
name | string | The passkey's name. |
createdAt | string | The date and time when the passkey was created. |
updatedAt | string | The date and time when the passkey was updated. |
lastUsedAt | string | The date and time when the passkey was last used. |
Methods
update()
Updates the name of the associated passkey for the signed-in user.
For an example of how to use these methods, see the Passkeys custom flows documentation.
delete()
Deletes the associated passkey for the signed-in user.
Learn more:
For an example of how to use these methods, see the Passkeys custom flows documentation.
Feedback
Last updated on