Skip to main content

AuthN | Python SDK | JWT Endpoints

JWT Endpoints

Get JWT verification keys

authn.client.jwks()

Get JWT verification keys.

Response Object

A PangeaResponse with jwt verification keys in the response.result field. Available response fields can be found in our API Documentation.

response = authn.client.jwks()