# `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: boolean() | nil,
  aud: String.t() | nil,
  client_id: String.t() | nil,
  exp: integer() | nil,
  iat: integer() | nil,
  iss: String.t() | nil,
  scope: String.t() | nil,
  sub: String.t() | nil,
  sub_type: PolarExpress.Schemas.SubType.t() | nil,
  token_type: String.t() | nil
}
```

* `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*
