From d87b59ba77fd649aaa36bd8d612d200163f557fc Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Mon, 10 Jun 2019 15:58:04 -0700 Subject: [PATCH] Add new Android note for handling cancellation --- nuget/Auth0.OidcClient.Android.nuspec | 1 + 1 file changed, 1 insertion(+) diff --git a/nuget/Auth0.OidcClient.Android.nuspec b/nuget/Auth0.OidcClient.Android.nuspec index bf6a854f..da4c33ed 100644 --- a/nuget/Auth0.OidcClient.Android.nuspec +++ b/nuget/Auth0.OidcClient.Android.nuspec @@ -19,6 +19,7 @@ - Assign an instance of ChromeCustomTabBrowser (will fall back if needed) - Assign an instance of SystemBrowser (for old not-recommended behavior) - Add new Auth0ClientActivity class to help in wiring up ActivityMediator + - Alternatively call ActivityMediator.Instance.Cancel() from your OnResume - Move system browser integration to SystemBrowser class - Add return code status for Logout (thanks @jsauve) - Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde)