[[["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 and is used for OAuth 2.0 token requests."],["The `AuthorizationCodeTokenRequest` class inherits from `TokenRequest` and ultimately from `object`, with the class being used to request an access token utilizing an authorization code, as defined in RFC6749 section 4.1.3."],["This class includes two primary properties, `Code` and `RedirectUri`, both of which are strings and are used to respectively receive the authorization code and match the redirect URI from the authorization server."],["The `AuthorizationCodeTokenRequest` class also provides a constructor that initializes a new request and sets the grant_type to 'authorization_code'."],["The page lists available versions of the package from 1.50.0 up to the latest 1.69.0."]]],[]]