How to implement Login with Google in UWP apps?
I need help to implement Login with google feature in UWP apps.
Any help would be appreciated.
How to implement Login with Google in UWP apps?
I need help to implement Login with google feature in UWP apps.
Any help would be appreciated.
If I understood correctly what you are trying to accomplish, I would suggest using OAuth 2.0 to access Google APIs.As you can see there, support is provided for Java, .NET, Python, Ruby, JS, etc. For collecting authentication information I used a WebView.