okta / okta-oidc-xamarin

Okta OIDC SDK for Xamarin
https://github.com/okta/okta-oidc-xamarin
Apache License 2.0
10 stars 11 forks source link

Added UWP support #12

Open phenixdotnet opened 4 years ago

phenixdotnet commented 4 years ago

Issue \

Code

Additional Context

Added support for UWP app. Added some preprocessor if/else to allow using async on SignInWithBrowserAsync as the UWP WebAuthenticator is async also.