Last active
June 7, 2019 20:39
-
-
Save henning-jh/e581a267cc46c995539425cdc78579af to your computer and use it in GitHub Desktop.
Sign In with Apple: error handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension MyLoginViewController: ASAuthorizationControllerDelegate { | |
func authorizationController(controller: ASAuthorizationController, | |
didCompleteWithError error: Error) { | |
// Handle error. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment