# `Ory.Model.TrustedOAuth2JwtGrantIssuer`

OAuth2 JWT Bearer Grant Type Issuer Trust Relationship

# `t`

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

# `decode`

---

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