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