Ory.Model.TrustedOAuth2JwtGrantJsonWebKey (ory_client v1.1.23)

OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key

Link to this section Summary

Link to this section Types

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