Skip to content

Commit

Permalink
add license to GoogleLoginSecrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbink committed Jul 24, 2016
1 parent 5a7fcc4 commit 2a1fe2f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions src/main/java/com/pokegoapi/auth/GoogleLoginSecrets.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
package com.pokegoapi.auth;

/**
* Created by RajulB on 7/23/2016.
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package com.pokegoapi.auth;

public class GoogleLoginSecrets {
public static final String SECRET = "NCjF1TLi2CcY6t5mt0ZveuL7";
public static final String CLIENT_ID = "848232511240-73ri3t7plvk96pj4f85uj8otdat2alem.apps.googleusercontent.com";
Expand Down

0 comments on commit 2a1fe2f

Please sign in to comment.