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

1.6 KiB
Raw Blame History

VerifySessionRequestBody

Parameters.

Fields

Field Type Required Description
token Optional<? extends String> The JWT that is sent via the __session cookie from your frontend.
Note: this JWT must be associated with the supplied session ID.