Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 561 Bytes

WellKnownJWKSKeysInner.md

File metadata and controls

28 lines (22 loc) · 561 Bytes

ClerkBackend::WellKnownJWKSKeysInner

Properties

Name Type Description Notes
use String [optional]
kty String [optional]
kid String [optional]
alg String [optional]
n String [optional]
e String [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::WellKnownJWKSKeysInner.new(
  use: null,
  kty: null,
  kid: null,
  alg: null,
  n: null,
  e: null
)