[[["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-05 UTC."],[[["The `IAuthorizationCodeInstalledApp` interface is designed for managing the authorization code flow for installed applications, ensuring the persistence of end-user credentials."],["It contains two properties, `CodeReceiver` and `Flow`, which provide access to the code receiver and the authorization code flow, respectively."],["The `AuthorizeAsync` method allows the application to asynchronously request and obtain authorization to access a user's protected data, using a provided user identifier and a cancellation token."],["This interface is found within the `Google.Apis.Auth.OAuth2` namespace, and is part of the `Google.Apis.Auth.dll` assembly."],["The interface utilizes an extension method `Utilities.ThrowIfNull\u003cT\u003e(T, String)` to check for null references."]]],[]]