Created
April 14, 2015 09:43
-
-
Save nazargulov/665f8468808317c3831f to your computer and use it in GitHub Desktop.
keys for azure
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 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