Ory.Model.TrustedOAuth2JwtGrantJsonWebKey (ory_client v1.21.6)

OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key

Summary

Types

t()

@type t() :: %Ory.Model.TrustedOAuth2JwtGrantJsonWebKey{
  kid: String.t() | nil,
  set: String.t() | nil
}

Functions

decode(value)