Ory. Model. GetJwksResponseJwks
(ory_client v1.22.57)
Copy Markdown
A JSON Web Key Set (RFC 7517). Contains a single field keys, an array of JWK objects.
Summary
Types
@type t() :: %Ory.Model.GetJwksResponseJwks{ keys: [Ory.Model.GetJwksResponseJwksKeysInner.t()] }