Esempio n. 1
0
 public AuthlibInjectorTokenAuthenticator(string serverRootAddr, string token, Uuid selectedProfileUUID, AuthenticateResponse.UserData userData) : base(token, selectedProfileUUID, userData)
 {
     this.ServerRootAddress      = serverRootAddr;
     this.ProxyAuthServerAddress = ServerRootAddress + "/authserver";
 }
 public Nide8TokenAuthenticator(string token, Uuid uuid, AuthenticateResponse.UserData userdata) : base(token, uuid, userdata)
 {
 }