Files
2024-06-13 13:51:50 -04:00

12 lines
3.5 KiB
Markdown

# Passkey
## Fields
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `status` | [com.clerk.backend_api.models.components.PasskeyVerificationStatus](../../models/components/PasskeyVerificationStatus.md) | :heavy_check_mark: | N/A |
| `strategy` | [com.clerk.backend_api.models.components.PasskeyVerificationStrategy](../../models/components/PasskeyVerificationStrategy.md) | :heavy_check_mark: | N/A |
| `nonce` | [Optional<? extends com.clerk.backend_api.models.components.VerificationNonce>](../../models/components/VerificationNonce.md) | :heavy_minus_sign: | N/A |
| `attempts` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |
| `expireAt` | *JsonNullable<? extends Long>* | :heavy_minus_sign: | N/A |