Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 880 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 880 Bytes

Jwks

(Jwks)

Overview

Available Operations

  • Get - Retrieve the JSON Web Key Set of the instance

Get

Retrieve the JSON Web Key Set of the instance

Example Usage

using Clerk.BackendAPI;
using Clerk.BackendAPI.Models.Components;

var sdk = new ClerkBackendApi(bearerAuth: "<YOUR_BEARER_TOKEN_HERE>");

var res = await sdk.Jwks.GetAsync();

// handle response

Response

GetJWKSResponse

Errors

Error Type Status Code Content Type
Clerk.BackendAPI.Models.Errors.SDKError 4XX, 5XX */*