auth0-samples / auth0-xamarin-oidc-samples

Auth0 OIDC Client with Xamarin applications
MIT License
29 stars 38 forks source link

Pass 'this' to Auth0Client constructor second argument #36

Closed stevehobbsdev closed 4 years ago

stevehobbsdev commented 4 years ago

Description

This PR adds this to the second argument of the Auth0Client constructor, which is now available after the 3.1.3 update to Auth0.OidcClient.Android library.

This allows Auth0Client to automatically read the IntentFilter on your Activity and determine the correct callback uri to use (more)

Additional info