# `Ory.Model.TrustOAuth2JwtGrantIssuer`

Trust OAuth2 JWT Bearer Grant Type Issuer Request Body

# `t`

```elixir
@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
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
