Skip to content

Instantly share code, notes, and snippets.

@nazargulov
Created April 14, 2015 09:43
Show Gist options
  • Select an option

  • Save nazargulov/665f8468808317c3831f to your computer and use it in GitHub Desktop.

Select an option

Save nazargulov/665f8468808317c3831f to your computer and use it in GitHub Desktop.
keys for azure
package greenbox.mafia;
class Keys {
public static final String AppUrl = "https://greenbox-mafia.azure-mobile.net/";// from dashboard in azure
public static final String AppKey = "blalblaldlldldcllcdsldlscl";// from dashboard in azure
public final static String Scopes =
"audience:server:client_id:" +
"461695099470-a51st5m3g4a9tn9blfir3o7o6lacig01.apps.googleusercontent.com"; // IMPORTANT: from Client ID for web application!!!
public static final String ExtraScopes =
"oauth2:https://www.googleapis.com/auth/plus.profile.emails.read " +
"email"; // if need email
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment