Uses of Class
io.gs2.auth.result.LoginResult
Packages that use LoginResult
-
Uses of LoginResult in io.gs2.auth
Methods in io.gs2.auth that return LoginResultMethod parameters in io.gs2.auth with type arguments of type LoginResultModifier and TypeMethodDescriptionvoidGs2AuthRestClient.loginAsync(LoginRequest request, AsyncAction<AsyncResult<LoginResult>> callback) -
Uses of LoginResult in io.gs2.auth.result
Methods in io.gs2.auth.result that return LoginResultModifier and TypeMethodDescriptionstatic LoginResultLoginResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) LoginResult.withExpire(Long expire) LoginResult.withUserId(String userId)