Ory.Model.TrustOAuth2JwtGrantIssuer (ory_client v1.1.23)
Trust OAuth2 JWT Bearer Grant Type Issuer Request Body
Link to this section Summary
Link to this section 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 }