Skip to content

Instantly share code, notes, and snippets.

@henning-jh
Last active June 7, 2019 20:39
Show Gist options
  • Save henning-jh/e581a267cc46c995539425cdc78579af to your computer and use it in GitHub Desktop.
Save henning-jh/e581a267cc46c995539425cdc78579af to your computer and use it in GitHub Desktop.
Sign In with Apple: error handling
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