File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
src/main/java/com/pokegoapi/auth Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- package com .pokegoapi .auth ;
2-
3- /**
4- * Created by RajulB on 7/23/2016.
1+ /*
2+ * This program is free software: you can redistribute it and/or modify
3+ * it under the terms of the GNU General Public License as published by
4+ * the Free Software Foundation, either version 3 of the License, or
5+ * (at your option) any later version.
6+ *
7+ * This program is distributed in the hope that it will be useful,
8+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
9+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+ * GNU General Public License for more details.
11+ *
12+ * You should have received a copy of the GNU General Public License
13+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
514 */
615
16+ package com .pokegoapi .auth ;
17+
718public class GoogleLoginSecrets {
819 public static final String SECRET = "NCjF1TLi2CcY6t5mt0ZveuL7" ;
920 public static final String CLIENT_ID = "848232511240-73ri3t7plvk96pj4f85uj8otdat2alem.apps.googleusercontent.com" ;
You can’t perform that action at this time.
0 commit comments