Skip to content

sk8tz/OAuthManager-UWP

Repository files navigation

OAuthManager-UWP

Usage:

var oAuth = new OAuth2WebServerFlow(ClientId, ClientSecret, CallbackUrl, Scope, 
                                    AuthorizationUrl, AccessTokenUrl);
                                    
OAuthUiBroker.ShowOAuthView(oAuth);

OAuthUiBroker.OnAuthenticated += async (sender, args) => {
  await new MessageDialog("Access Token: " + args.AccessToken + 
                          "\nRefreshToken: " + args.RefreshToken + 
                          "\nExpires In: " + args.ExpiresIn).ShowAsync();
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages