| Package | Description |
|---|---|
| io.gs2.identifier | |
| io.gs2.identifier.result |
| Modifier and Type | Method and Description |
|---|---|
LoginResult |
Gs2IdentifierRestClient.login(LoginRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gs2IdentifierRestClient.loginAsync(LoginRequest request,
AsyncAction<AsyncResult<LoginResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
static LoginResult |
LoginResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
LoginResult |
LoginResult.withAccessToken(String accessToken) |
LoginResult |
LoginResult.withExpiresIn(Integer expiresIn) |
LoginResult |
LoginResult.withTokenType(String tokenType) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.