[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 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."]]],[]]