Skip to main content

AuthN | C# SDK | JWT Endpoints

JWT Endpoints

Get JWT verification keys

Client.Jwks()

Get JWT verification keys.

Response Object

Task<Response<ClientJWKSResult>>

Response<ClientJWKSResult>

var response = await client.Client.Jwks();