Provides struct and type for a IntrospectTokenResponse
@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() }