Ory.Model.TrustedOAuth2JwtGrantIssuer (ory_client v1.6.2)

OAuth2 JWT Bearer Grant Type Issuer Trust Relationship

Summary

Types

@type t() :: %Ory.Model.TrustedOAuth2JwtGrantIssuer{
  allow_any_subject: boolean() | nil,
  created_at: DateTime.t() | nil,
  expires_at: DateTime.t() | nil,
  id: String.t() | nil,
  issuer: String.t() | nil,
  public_key: Ory.Model.TrustedOAuth2JwtGrantJsonWebKey.t() | nil,
  scope: [String.t()] | nil,
  subject: String.t() | nil
}

Functions