Files
clerk-sdk-java/docs/models/components/Web3Signature.md
2024-06-13 13:51:50 -04:00

12 lines
3.9 KiB
Markdown

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