Closed mdmathias closed 1 year ago
One potential issue here that we may want to consider is that fetcherService.callbackQueue
could potentially be DispatchQueue.main
, which I believe would cause problems in this implementation. If that is the case, perhaps we may need to always use our own queue.
@ch40w31 thoughts?
Please disregard https://github.com/google/GTMAppAuth/pull/229#issuecomment-1518771236. Took a direction that should avoid the problem.
This change adds a completion argument for handling updated errors in EMM flow (e.g., https://github.com/google/GoogleSignIn-iOS/pull/299).