| Package | Description |
|---|---|
| io.gs2.auth | |
| io.gs2.auth.result |
| Modifier and Type | Method and Description |
|---|---|
LoginResult |
Gs2AuthRestClient.login(LoginRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gs2AuthRestClient.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.withExpire(Long expire) |
LoginResult |
LoginResult.withToken(String token) |
LoginResult |
LoginResult.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.