mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 04:19:31 +00:00
12 lines
4.0 KiB
Markdown
12 lines
4.0 KiB
Markdown
# SchemasPasskey
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `object` | [com.clerk.backend_api.models.components.SchemasPasskeyObject](../../models/components/SchemasPasskeyObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
|
| `name` | *String* | :heavy_check_mark: | N/A |
|
|
| `lastUsedAt` | *long* | :heavy_check_mark: | Unix timestamp of when the passkey was last used.<br/> |
|
|
| `verification` | [Optional<? extends com.clerk.backend_api.models.components.SchemasPasskeyVerification>](../../models/components/SchemasPasskeyVerification.md) | :heavy_check_mark: | N/A | |