[[["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 latest version of the `IAuthorizationCodeInstalledApp` interface is 1.69.0, which is part of the `Google.Apis.Auth.OAuth2` namespace within the `Google.Apis.Auth.dll` assembly."],["This interface is designed for managing the authorization code flow for installed applications that need to persist end-user credentials."],["The `IAuthorizationCodeInstalledApp` interface exposes two properties: `CodeReceiver` of type `ICodeReceiver` and `Flow` of type `IAuthorizationCodeFlow`."],["The `AuthorizeAsync` method allows asynchronous authorization of an installed application to access a user's data, requiring a user identifier and a cancellation token."],["The `AuthorizeAsync` method returns a `Task` containing a `UserCredential` object, representing the user's authorization credentials."]]],[]]