[[["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 document describes the `AuthorizationCodeTokenRequest` class, which is used for requesting an access token via the OAuth 2.0 authorization code flow, as defined in RFC6749 section 4.1.3."],["The `AuthorizationCodeTokenRequest` class inherits from `TokenRequest` and includes properties such as `Code`, `CodeVerifier`, and `RedirectUri`, which are used to send the corresponding parameters in the token request."],["The latest version of this class is 1.69.0, with multiple prior versions available for use, all of which link to the same class, `AuthorizationCodeTokenRequest`."],["The class contains a constructor that sets the `grant_type` to `authorization_code`, and includes extension methods such as `ThrowIfNull` and `ExecuteAsync` for added functionality."],["The `AuthorizationCodeTokenRequest` class is located in the `Google.Apis.Auth.OAuth2.Requests` namespace and is part of the `Google.Apis.Auth.dll` assembly."]]],[]]