[[["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 `IAuthorizationCodeInstalledApp` interface facilitates the authorization code flow for installed applications, enabling them to access user data while persisting user credentials."],["This interface includes properties like `CodeReceiver` and `Flow`, providing access to the code receiver and the authorization code flow, respectively."],["The `AuthorizeAsync` method is used to asynchronously authorize the application to access a user's protected data, requiring a user ID and a cancellation token."],["The interface is part of the `Google.Apis.Auth.OAuth2` namespace within the `Google.Apis.Auth.dll` assembly."],["The documentation provides links to different versions of this interface, the latest version being 1.69.0."]]],[]]