TokenQuery model.
@type t() :: %WorkOS.TokenQuery{ client_id: String.t(), client_secret: String.t(), code: String.t(), grant_type: String.t() }