Provides struct and type for a IntrospectTokenRequest
@type t() :: %Polarex.IntrospectTokenRequest{ client_id: String.t(), client_secret: String.t(), token: String.t(), token_type_hint: String.t() | nil }