[[["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."],[[["This page provides documentation for the `IAuthorizationCodeInstalledApp` interface, which facilitates the authorization code flow for installed applications and manages end-user credentials."],["The `IAuthorizationCodeInstalledApp` interface includes properties like `CodeReceiver` (of type `ICodeReceiver`) and `Flow` (of type `IAuthorizationCodeFlow`) that are used to manage authorization and receive codes."],["The `AuthorizeAsync` method within the interface enables asynchronous authorization for installed applications, allowing access to protected user data and using a `userId` string and cancellation token."],["The `AuthorizeAsync` method returns a `Task` containing a `UserCredential` object, which represents the user's credential."],["This page covers documentation for version 1.60.0 of this interface, however there are newer versions available, with the latest version being 1.69.0."]]],[]]