mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
11 lines
2.9 KiB
Markdown
11 lines
2.9 KiB
Markdown
# VerificationOTP
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
|
| `status` | [com.clerk.backend_api.models.components.OTPVerificationStatus](../../models/components/OTPVerificationStatus.md) | :heavy_check_mark: | N/A |
|
|
| `strategy` | [com.clerk.backend_api.models.components.OTPVerificationStrategy](../../models/components/OTPVerificationStrategy.md) | :heavy_check_mark: | N/A |
|
|
| `attempts` | *long* | :heavy_check_mark: | N/A |
|
|
| `expireAt` | *long* | :heavy_check_mark: | N/A | |