mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 12:27:45 +00:00
12 lines
3.5 KiB
Markdown
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 | |