[[["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."],[[["This webpage provides documentation for the `AuthorizationCodeTokenRequest` class, which is part of the `Google.Apis.Auth.OAuth2.Requests` namespace in the `Google.Apis.Auth.dll` assembly."],["The `AuthorizationCodeTokenRequest` class is used to make OAuth 2.0 requests for access tokens utilizing an authorization code, adhering to RFC6749 section 4.1.3."],["It inherits from the `TokenRequest` class, sharing members such as `Scope`, `GrantType`, `ClientId`, and `ClientSecret`."],["The class has properties for `Code` and `RedirectUri`, representing the authorization code and redirect URI from the authorization server."],["The default constructor initializes the grant type of the token request to be `authorization_code`."]]],[]]