'WebAuthenticationBroker return UserCancel
I try authorize and get authorization code in Microsoft using WebAuthenticationBroker, but it just return UserCancel.
var Result = await WebAuthenticationBroker
.AuthenticateAsync(WebAuthenticationOptions.None,new Uri(url));
When I try authorize in Google, I get same error.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
