Provides struct and type for a WebTokenRequest
@type t() :: %Polarex.WebTokenRequest{ client_id: String.t(), client_secret: String.t(), grant_type: String.t(), scope: String.t() | nil, session_token: String.t(), sub: String.t() | nil, sub_type: String.t() | nil }