Ory.Model.JsonWebKey (ory_client v1.1.23)
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.JsonWebKey{ alg: String.t(), crv: String.t() | nil, d: String.t() | nil, dp: String.t() | nil, dq: String.t() | nil, e: String.t() | nil, k: String.t() | nil, kid: String.t(), kty: String.t(), n: String.t() | nil, p: String.t() | nil, q: String.t() | nil, qi: String.t() | nil, use: String.t(), x: String.t() | nil, x5c: [String.t()] | nil, y: String.t() | nil }