Created
July 28, 2014 02:20
-
-
Save bryanl/91cc7b71383484376cd3 to your computer and use it in GitHub Desktop.
This file contains 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
- (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