You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's take your sample app for Mac OS. If I press cancel during authorization the completionHandler in authenticateWithWindow method have never been called.
The text was updated successfully, but these errors were encountered:
soniccat
changed the title
Session doesn't call CompletionHandler during authorization after user press the cancel button
Session doesn't call CompletionHandler during authorization after the user presses the cancel button
Nov 16, 2014
soniccat
changed the title
Session doesn't call CompletionHandler during authorization after the user presses the cancel button
A session doesn't call CompletionHandler during authorization after the user presses the cancel button
Nov 16, 2014
With some quick experimentation, I can get it to cal the completion handler.
Though I think the completion handler should have more than just an error, perhaps a result that indicates specifically the user cancelled.
Let's take your sample app for Mac OS. If I press cancel during authorization the completionHandler in authenticateWithWindow method have never been called.
The text was updated successfully, but these errors were encountered: