Created
February 14, 2014 15:44
-
-
Save rominirani/9003302 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
package com.mindstorm.famousquotes.entity; | |
public class Constants { | |
public static final String WEB_CLIENT_ID = "756161739003-0l5c7ptti2j42l28j5anijr5mukks835.apps.googleusercontent.com"; | |
public static final String ANDROID_CLIENT_ID = "756161739003-9e1gefoeo2f9tsnrbjchtsn2shfq7q8k.apps.googleusercontent.com"; | |
public static final String ANDROID_AUDIENCE = WEB_CLIENT_ID; | |
public static final String EMAIL_SCOPE = "https://www.googleapis.com/auth/userinfo.email"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment