Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 440 Bytes

VerifySessionRequest.md

File metadata and controls

18 lines (12 loc) · 440 Bytes

ClerkBackend::VerifySessionRequest

Properties

Name Type Description Notes
token String The JWT that is sent via the `__session` cookie from your frontend. Note: this JWT must be associated with the supplied session ID. [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::VerifySessionRequest.new(
  token: null
)