OneDriveRestAPI icon indicating copy to clipboard operation
OneDriveRestAPI copied to clipboard

GetAuthCode issue

Open Wajeehkhan123 opened this issue 6 years ago • 0 comments

// TODO: Navigate to authRequestUrl using the browser, and retrieve the Authorization Code from the response var authCode = await GetAuthCode(client, new[] { Scope.Signin, Scope.Basic, Scope.SkyDrive });

GetAuthCode does not work in asp.net mvc 5

i have successfully installed nuget package

Wajeehkhan123 avatar Mar 03 '19 08:03 Wajeehkhan123