| Package | Description |
|---|---|
| io.gs2.auth | |
| io.gs2.auth.result |
| Modifier and Type | Method and Description |
|---|---|
LoginBySignatureResult |
Gs2AuthRestClient.loginBySignature(LoginBySignatureRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gs2AuthRestClient.loginBySignatureAsync(LoginBySignatureRequest request,
AsyncAction<AsyncResult<LoginBySignatureResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
static LoginBySignatureResult |
LoginBySignatureResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
LoginBySignatureResult |
LoginBySignatureResult.withExpire(Long expire) |
LoginBySignatureResult |
LoginBySignatureResult.withToken(String token) |
LoginBySignatureResult |
LoginBySignatureResult.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.