[[["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 `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 create OAuth 2.0 requests for access tokens, specifically using an authorization code as defined in RFC6749, section 4.1.3."],["It inherits from `TokenRequest` and includes properties such as `Code`, `CodeVerifier`, and `RedirectUri`, which are essential for the authorization code grant flow."],["This class has a constructor that sets the grant_type to authorization_code and has inherited members like Scope, GrantType, ClientId, and ClientSecret, which can be used in the token request."],["The documentation includes extension methods like `ThrowIfNull\u003cT\u003e` and `ExecuteAsync` for request validation and execution, respectively."]]],[]]