public LogonResponse(TwinfieldSessionService.Header Header, TwinfieldSessionService.LogonResult LogonResult, TwinfieldSessionService.LogonAction nextAction, string cluster) { this.Header = Header; this.LogonResult = LogonResult; this.nextAction = nextAction; this.cluster = cluster; }
public ChangePasswordResponse(TwinfieldSessionService.ChangePasswordResult ChangePasswordResult, TwinfieldSessionService.LogonAction nextAction) { this.ChangePasswordResult = ChangePasswordResult; this.nextAction = nextAction; }
public SmsLogonResponse(TwinfieldSessionService.SMSLogonResult SmsLogonResult, TwinfieldSessionService.LogonAction nextAction) { this.SmsLogonResult = SmsLogonResult; this.nextAction = nextAction; }