AppAuth-iOS
AppAuth-iOS copied to clipboard
Un-deprecate `+[OIDAuthorizationService presentAuthorizationRequest:callback:]` in `OIDAuthorizationService+Mac`
This method needs to be available as it will provide the path for developers to create an authorization flow without a presenting window.
any updates on that?
I'm including this library into a swift package to be used into a mac app with swiftUI.
Any clue i can use OIDAuthState.authState in this situation?
We currently do not have a timeline for this work. OIDAuthState is usable in the context that you mention. One of the sample apps in the GoogleSignIn-iOS repo may provide you with some tips on using these types in SwiftUI.