[[["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 designed for making OAuth 2.0 requests for access tokens, in line with the specifications outlined in RFC6749, section 4."],["This class inherits members from the base `object` class, including methods like `Equals`, `GetHashCode`, and `ToString`."],["`TokenRequest` is the base type for derived types like `AuthorizationCodeTokenRequest`, `GoogleAssertionTokenRequest`, and `RefreshTokenRequest`."],["Key properties of the `TokenRequest` class include `ClientId`, `ClientSecret`, `GrantType`, and `Scope`, which are used to define the parameters of the token request."],["`TokenRequest` has extension methods, including `TokenRequestExtenstions.ExecuteAsync`, to extend functionality."]]],[]]