Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created July 28, 2014 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bryanl/91cc7b71383484376cd3 to your computer and use it in GitHub Desktop.
Save bryanl/91cc7b71383484376cd3 to your computer and use it in GitHub Desktop.
- (void)viewController:(GTMOAuth2ViewControllerTouch *)viewController
finishedWithAuth:(GTMOAuth2Authentication *)auth
error:(NSError *)error {
if (error != nil) {
// Authentication failed
} else {
// Authentication succeeded
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment