ImpersonateOutput constructor

ImpersonateOutput()

Implementation

ImpersonateOutput(){
  isImpersonated = false;
  token = "";
  userId = 0;
}