Ory.Model.TrustedOAuth2JwtGrantJsonWebKey (ory_client v1.6.2)

OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key

Summary

Types

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

Functions