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)