Back to project page appengine-endpoints-tictactoe-android.
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.
package com.google.devrel.samples.ttt; public class ClientCredentials { public static final String AUDIENCE = "server:client_id:your_web_client_id"; }