Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Passkey(val id: String, val name: String, val verification: Verification? = null, val createdAt: Long, val updatedAt: Long, val lastUsedAt: Long? = null)

An object that represents a passkey associated with a user.

Functions

Link copied to clipboard

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.