[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `TokenRequest` class is used for OAuth 2.0 requests to obtain an access token, adhering to the specifications outlined in RFC6749, section 4."],["This class inherits members from the base `object` class, including methods like `Equals`, `GetHashCode`, and `ToString`."],["`TokenRequest` serves as a base for several derived types, such as `AuthorizationCodeTokenRequest`, `GoogleAssertionTokenRequest`, and `RefreshTokenRequest`."],["It includes properties like `ClientId`, `ClientSecret`, `GrantType`, and `Scope`, which are essential for configuring token requests, and are required to be of string type."],["The latest version of Token Request is 1.69.0, with other versions readily available."]]],[]]