Skip to content

Instantly share code, notes, and snippets.

@lilyball
Forked from bryanl/foo.m
Created July 28, 2014 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lilyball/5c0dfa149c291a6af5dc to your computer and use it in GitHub Desktop.
Save lilyball/5c0dfa149c291a6af5dc to your computer and use it in GitHub Desktop.
func viewController(viewController: GTMOAuth2ViewControllerTouch!, finishedWithAuth auth: GTMOAuth2Authentication!, error: NSError!) {
if error {
// authentication failed
} else {
// authentication succeeded
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment