Skip to content

Instantly share code, notes, and snippets.

@ianbarber
Last active August 29, 2015 14:02
Show Gist options
  • Save ianbarber/ab41ae8f6d504bcd7ca3 to your computer and use it in GitHub Desktop.
Save ianbarber/ab41ae8f6d504bcd7ca3 to your computer and use it in GitHub Desktop.
Sign in config with server side access for Google Sign In on iOS
// Configure sign in.
[GPPSignIn sharedInstance].homeServerClientId = @"123456-dfafdafdaf.googleusercontent.com";
[GPPSignIn sharedInstance].clientID = @"123456789-fr5f0j07iqodrel0ul2864ihcgs3pq.apps.googleusercontent.com";
[GPPSignIn sharedInstance].homeServerClientID = @"123456789-re29be622bntvec61dk5lsafq20rke.apps.googleusercontent.com";
[GPPSignIn sharedInstance].delegate = self;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment