| Package | Description |
|---|---|
| com.google.api.services.games |
| Modifier and Type | Method and Description |
|---|---|
Games.Applications.Verify |
Games.Applications.Verify.set(java.lang.String parameterName,
java.lang.Object value) |
Games.Applications.Verify |
Games.Applications.Verify.setAlt(java.lang.String alt) |
Games.Applications.Verify |
Games.Applications.Verify.setApplicationId(java.lang.String applicationId)
The application ID from the Google Play developer console.
|
Games.Applications.Verify |
Games.Applications.Verify.setConsistencyToken(java.lang.Long consistencyToken)
The last-seen mutation timestamp.
|
Games.Applications.Verify |
Games.Applications.Verify.setFields(java.lang.String fields) |
Games.Applications.Verify |
Games.Applications.Verify.setKey(java.lang.String key) |
Games.Applications.Verify |
Games.Applications.Verify.setOauthToken(java.lang.String oauthToken) |
Games.Applications.Verify |
Games.Applications.Verify.setPrettyPrint(java.lang.Boolean prettyPrint) |
Games.Applications.Verify |
Games.Applications.Verify.setQuotaUser(java.lang.String quotaUser) |
Games.Applications.Verify |
Games.Applications.Verify.setUserIp(java.lang.String userIp) |
Games.Applications.Verify |
Games.Applications.verify(java.lang.String applicationId)
Verifies the auth token provided with this request is for the application with the specified ID,
and returns the ID of the player it was granted for.
|