mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
4.0 KiB
4.0 KiB
SchemasPasskey
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
Optional<? extends String> | ➖ | N/A |
object |
com.clerk.backend_api.models.components.SchemasPasskeyObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
name |
String | ✔️ | N/A |
lastUsedAt |
long | ✔️ | Unix timestamp of when the passkey was last used. |
verification |
Optional<? extends com.clerk.backend_api.models.components.SchemasPasskeyVerification> | ✔️ | N/A |