Uses of Class
io.gs2.account.request.AuthenticationRequest
Packages that use AuthenticationRequest
-
Uses of AuthenticationRequest in io.gs2.account
Methods in io.gs2.account with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionGs2AccountRestClient.authentication(AuthenticationRequest request) voidGs2AccountRestClient.authenticationAsync(AuthenticationRequest request, AsyncAction<AsyncResult<AuthenticationResult>> callback) -
Uses of AuthenticationRequest in io.gs2.account.request
Methods in io.gs2.account.request that return AuthenticationRequestModifier and TypeMethodDescriptionstatic AuthenticationRequestAuthenticationRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) AuthenticationRequest.withDuplicationAvoider(String duplicationAvoider) AuthenticationRequest.withNamespaceName(String namespaceName) AuthenticationRequest.withPassword(String password) AuthenticationRequest.withTimeOffsetToken(String timeOffsetToken) AuthenticationRequest.withUserId(String userId)