Skip to content

Instantly share code, notes, and snippets.

@MartinP7r
Created June 24, 2018 00:20
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 MartinP7r/b1196165003a15080d6d6d03e535f74d to your computer and use it in GitHub Desktop.
Save MartinP7r/b1196165003a15080d6d6d03e535f74d to your computer and use it in GitHub Desktop.
medium_post_04
// Starts the sign-in process. The delegate will be called at the end of this process.
// (...)
- (void)signIn;
// The sign-in flow has finished and was successful if |error| is |nil|.
- (void)signIn:(GIDSignIn *)signIn
didSignInForUser:(GIDGoogleUser *)user
withError:(NSError *)error;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment