From c13b556d1f33e48992b846b1b1420a07dfdb1dff Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Mon, 10 Jun 2019 15:59:15 -0700 Subject: [PATCH] Correct class name for iOS changelog --- nuget/Auth0.OidcClient.iOS.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/Auth0.OidcClient.iOS.nuspec b/nuget/Auth0.OidcClient.iOS.nuspec index 0775d11a..6116fcd2 100644 --- a/nuget/Auth0.OidcClient.iOS.nuspec +++ b/nuget/Auth0.OidcClient.iOS.nuspec @@ -16,7 +16,7 @@ - Add ASWebAuthenticationSession for iOS 12+ (thanks @jsauve) - PlatformWebView class is deprecated. When it comes to config.Browser either: - Leave it null to auto-switch based on iOS version (recommended) - - Assign an instance of SFSafariViewBrowser for old iOS 9 style promptless + - Assign an instance of SFSafariViewControllerBrowser for old iOS 9 style promptless - Browser integrations split out to allow developer to choose which - Add return code status for Logout (thanks @jsauve) - Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde)