# 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.
|
| `name` | *String* | :heavy_check_mark: | N/A |
| `lastUsedAt` | *long* | :heavy_check_mark: | Unix timestamp of when the passkey was last used.
|
| `verification` | [Optional extends com.clerk.backend_api.models.components.SchemasPasskeyVerification>](../../models/components/SchemasPasskeyVerification.md) | :heavy_check_mark: | N/A |