Package emu.grasscutter.auth
Class DefaultAuthenticators.ExperimentalPasswordAuthenticator
java.lang.Object
emu.grasscutter.auth.DefaultAuthenticators.ExperimentalPasswordAuthenticator
- All Implemented Interfaces:
Authenticator<LoginResultJson>
- Enclosing class:
- DefaultAuthenticators
public static class DefaultAuthenticators.ExperimentalPasswordAuthenticator
extends Object
implements Authenticator<LoginResultJson>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAttempt to authenticate the client with the provided credentials.
-
Constructor Details
-
ExperimentalPasswordAuthenticator
public ExperimentalPasswordAuthenticator()
-
-
Method Details
-
authenticate
Description copied from interface:AuthenticatorAttempt to authenticate the client with the provided credentials.- Specified by:
authenticatein interfaceAuthenticator<LoginResultJson>- Parameters:
request- The authentication request wrapped in aAuthenticationSystem.AuthenticationRequestobject.- Returns:
- The result of the login in an object.
-