Ory.Model.TrustOAuth2JwtGrantIssuer (ory_client v1.6.2)

Trust OAuth2 JWT Bearer Grant Type Issuer Request Body

Summary

Types

@type t() :: %Ory.Model.TrustOAuth2JwtGrantIssuer{
  allow_any_subject: boolean() | nil,
  expires_at: DateTime.t(),
  issuer: String.t(),
  jwk: Ory.Model.JsonWebKey.t(),
  scope: [String.t()],
  subject: String.t() | nil
}

Functions