Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.SchemasPasskeyObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
passkey |
name |
str | ✔️ | N/A | My Passkey |
last_used_at |
int | ✔️ | Unix timestamp of when the passkey was last used. |
1615852800 |
verification |
Nullable[models.SchemasPasskeyVerification] | ✔️ | N/A | { "status": "verified", "strategy": "passkey", "nonce": "nonce_value" } |
id |
Optional[str] | ➖ | N/A | passkey_id_123 |