Skip to content

Files

Latest commit

 

History

History
35 lines (21 loc) · 896 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 896 Bytes

Jwks

(Jwks)

Overview

Available Operations

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

GetJWKS

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.GetJWKSAsync();

// handle response

Response

GetJWKSResponse

Errors

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