# `PolarExpress.Schemas.IntrospectTokenResponse`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/introspect_token_response.ex#L2)

IntrospectTokenResponse

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.IntrospectTokenResponse{
  active: term(),
  aud: term(),
  client_id: term(),
  exp: term(),
  iat: term(),
  iss: term(),
  scope: term(),
  sub: term(),
  sub_type: term(),
  token_type: term()
}
```

* `active`
* `aud`
* `client_id`
* `exp`
* `iat`
* `iss`
* `scope`
* `sub`
* `sub_type`
* `token_type` - Possible values: `access_token`, `refresh_token`.

# `schema_name`

---

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