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

10 lines
1.6 KiB
Markdown

# VerifySessionRequestBody
Parameters.
## Fields
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| `token` | *Optional<? extends String>* | :heavy_minus_sign: | The JWT that is sent via the `__session` cookie from your frontend.<br/>Note: this JWT must be associated with the supplied session ID. |