Android Open Source - appengine-endpoints-tictactoe-android Client Credentials






From Project

Back to project page appengine-endpoints-tictactoe-android.

License

The source code is released under:

Apache License

If you think the Android project appengine-endpoints-tictactoe-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.google.devrel.samples.ttt;

public class ClientCredentials {
  public static final String AUDIENCE = "server:client_id:your_web_client_id";
}

Java Source Code List

com.google.api.services.tictactoe.TictactoeRequestInitializer.java
com.google.api.services.tictactoe.TictactoeRequest.java
com.google.api.services.tictactoe.TictactoeScopes.java
com.google.api.services.tictactoe.Tictactoe.java
com.google.api.services.tictactoe.model.Board.java
com.google.api.services.tictactoe.model.ScoreCollection.java
com.google.api.services.tictactoe.model.Score.java
com.google.api.services.tictactoe.model.User.java
com.google.devrel.samples.ttt.ClientCredentials.java
com.google.devrel.samples.ttt.TictactoeActivity.java