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

Provides struct and type for a IntrospectTokenRequest

# `t`

```elixir
@type t() :: %Polarex.IntrospectTokenRequest{
  client_id: String.t(),
  client_secret: String.t(),
  token: String.t(),
  token_type_hint: String.t() | nil
}
```

---

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