[[["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."],[[["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."]]],[]]