ASWebAuthenticationSession in MacOS 10.15 (Catalina)
问题 I am trying to implement the new ASWebAuthenticationSession in MacOS 10.15 and I'm getting a bit confused about the callbackURLScheme . The header file for ASWebAuthenticationSession says: The callback URL usually has a custom URL scheme. For the app to receive the callback URL, it needs to either register the custom URL scheme in its Info.plist, or set the scheme to callbackURLScheme argument in the initializer. So I initialize like this: self.webAuthSession = [[ASWebAuthenticationSession