Interface ClientBaseAuthentication
public interface ClientBaseAuthentication
This represents basic authentication data for a client.
This data is typically static during a play session, but CAN be forced to regenerate without notice when suspected of being compromised.
- Since:
- 6.10.11
-
Method Summary
Modifier and TypeMethodDescriptiongetToken()
This is the token used to authenticate the client, and checked against in theClientAuthenticationEvent
-
Method Details
-
getToken
String getToken()This is the token used to authenticate the client, and checked against in theClientAuthenticationEvent
- Returns:
- Expected play session token
-