# `Ory.Model.TrustedOAuth2JwtGrantJsonWebKey`

OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key

# `t`

```elixir
@type t() :: %Ory.Model.TrustedOAuth2JwtGrantJsonWebKey{
  kid: String.t() | nil,
  set: String.t() | nil
}
```

# `decode`

---

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