AppAuth-iOS
AppAuth-iOS copied to clipboard
support universal link as redirect url
For iOS, when version 17.4+ is available, check whether the redirect url is a universal link. If it is, use the new init method with callback accepting the universal link.
I believe this is related to #847 and #367