Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 337 Bytes

VerifyClientRequest.md

File metadata and controls

18 lines (12 loc) · 337 Bytes

ClerkBackend::VerifyClientRequest

Properties

Name Type Description Notes
token String A JWT that represents the active client. [optional]

Example

require 'clerk-sdk-ruby-backend'

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