# `Polarex.IntrospectTokenResponse`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/introspect_token_response.ex#L1)

Provides struct and type for a IntrospectTokenResponse

# `t`

```elixir
@type t() :: %Polarex.IntrospectTokenResponse{
  active: boolean(),
  aud: String.t(),
  client_id: String.t(),
  exp: integer(),
  iat: integer(),
  iss: String.t(),
  scope: String.t(),
  sub: String.t(),
  sub_type: String.t(),
  token_type: String.t()
}
```

---

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