[[["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."],[[["This webpage provides documentation for the `TokenRequest` class, which is a core component for handling OAuth 2.0 access token requests, as defined in RFC 6749, section 4."],["The `TokenRequest` class inherits from the `object` class and has several inherited members, such as `Equals`, `GetHashCode`, and `GetType`, as well as a list of derived types: `AuthorizationCodeTokenRequest`, `GoogleAssertionTokenRequest`, and `RefreshTokenRequest`."],["Key properties of the `TokenRequest` class include `ClientId`, `ClientSecret`, `GrantType`, and `Scope`, which are crucial for configuring and sending OAuth 2.0 token requests."],["The class has the extension method `TokenRequestExtenstions.ExecuteAsync`, which is useful for executing asynchronous token requests."],["The page has a navigation for previous versions of the `TokenRequest`, going as far back as 1.50.0 and as current as 1.69.0."]]],[]]