AppAuth-iOS icon indicating copy to clipboard operation
AppAuth-iOS copied to clipboard

Un-deprecate `+[OIDAuthorizationService presentAuthorizationRequest:callback:]` in `OIDAuthorizationService+Mac`

Open mdmathias opened this issue 3 years ago • 2 comments

This method needs to be available as it will provide the path for developers to create an authorization flow without a presenting window.

mdmathias avatar Jan 10 '23 19:01 mdmathias

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?

CinGiu avatar Mar 23 '23 16:03 CinGiu

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.

mdmathias avatar Mar 23 '23 19:03 mdmathias