Android Open Source - appengine-endpoints-tictactoe-android Tictactoe Scopes






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

/*
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
 * in compliance with the License. You may obtain a copy of the License at
 */*from  w  w  w . j  a va  2s .c  o  m*/
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License
 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
 * or implied. See the License for the specific language governing permissions and limitations under
 * the License.
 */
/*
 * This file was generated.
 *  with google-apis-code-generator 1.3.0 (build: 2013-04-09 19:13:20 UTC)
 *  on 2013-04-11 at 20:44:37 UTC 
 */

package com.google.api.services.tictactoe;

/**
 * Available OAuth 2.0 scopes for use with the .
 *
 * @since 1.4
 */
public class TictactoeScopes {

  private TictactoeScopes() {
  }
}




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