[[["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 is designed for the authorization code flow in installed applications that require persistent end-user credentials."],["The `IAuthorizationCodeInstalledApp` interface includes two main properties: `CodeReceiver`, which gets the code receiver, and `Flow`, which retrieves the authorization code flow."],["The primary method of this interface is `AuthorizeAsync`, which asynchronously authorizes an installed application to access a user's protected data using a given user ID and cancellation token."],["This documentation also features links to previous versions of the interface, and other related components, such as `ICodeReceiver`, `IAuthorizationCodeFlow`, `UserCredential`, and the `ThrowIfNull` extension method."],["The code receiver and the authorization code flow are described by their respective types, `ICodeReceiver` and `IAuthorizationCodeFlow`."]]],[]]