mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 04:19:25 +00:00
3.9 KiB
3.9 KiB
Oauth
Fields
| Field | Type | Required | Description |
|---|---|---|---|
status |
com.clerk.backend_api.models.components.OauthVerificationStatus | ✔️ | N/A |
strategy |
com.clerk.backend_api.models.components.OauthVerificationStrategy | ✔️ | N/A |
externalVerificationRedirectUrl |
Optional<? extends String> | ➖ | N/A |
error |
JsonNullable<? extends com.clerk.backend_api.models.components.Error> | ➖ | N/A |
expireAt |
long | ✔️ | N/A |
attempts |
JsonNullable<? extends Long> | ➖ | N/A |