[[["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-21 UTC."],[[["The `AuthorizationCodeTokenRequest` class is used to request an OAuth 2.0 access token using an authorization code, as defined by RFC6749 section 4.1.3."],["This class inherits from `TokenRequest` and ultimately from `Object`, including various inherited members like `Scope`, `GrantType`, `ClientId`, and `ClientSecret`."],["It includes two specific properties: `Code`, which is the authorization code from the server, and `RedirectUri`, which must match the URI in the authorization request."],["The `AuthorizationCodeTokenRequest()` constructor initializes a new authorization code token request and sets the `grant_type` to `authorization_code`."],["The document links to other versions of this class, including the latest, 1.69.0, and other versions such as 1.68.0, 1.60.0, 1.59.0, and 1.50.0, this document is showing version 1.55.0."]]],[]]