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 Type
    Method
    Description
    This is the token used to authenticate the client, and checked against in the ClientAuthenticationEvent
  • Method Details

    • getToken

      String getToken()
      This is the token used to authenticate the client, and checked against in the ClientAuthenticationEvent
      Returns:
      Expected play session token