AppAuth-iOS
AppAuth-iOS copied to clipboard
SFAuthenticationSession is Deprecated By Apple
According to apple SFAuthenticationSession is deprecated now. They are asking to use ASWebAuthenticationSession. Is there any plan to use it?
https://developer.apple.com/documentation/safariservices/sfauthenticationsession?language=objc
AppAuth already uses ASWebAuthenticationSession under the hood, for iOS 12 and above. (Don't know about macOS).
Ahh. Then OK. Thank you for the info