Uses of Class
io.gs2.account.result.AuthenticationResult
Packages that use AuthenticationResult
-
Uses of AuthenticationResult in io.gs2.account
Methods in io.gs2.account that return AuthenticationResultModifier and TypeMethodDescriptionGs2AccountRestClient.authentication(AuthenticationRequest request) Method parameters in io.gs2.account with type arguments of type AuthenticationResultModifier and TypeMethodDescriptionvoidGs2AccountRestClient.authenticationAsync(AuthenticationRequest request, AsyncAction<AsyncResult<AuthenticationResult>> callback) -
Uses of AuthenticationResult in io.gs2.account.result
Methods in io.gs2.account.result that return AuthenticationResultModifier and TypeMethodDescriptionstatic AuthenticationResultAuthenticationResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) AuthenticationResult.withBanStatuses(List<BanStatus> banStatuses) AuthenticationResult.withSignature(String signature)