Exemplo n.º 1
0
 public OAuthLogonResponse(TwinfieldApi.TwinfieldLoginSessionService.Header Header, TwinfieldApi.TwinfieldLoginSessionService.LogonResult OAuthLogonResult, TwinfieldApi.TwinfieldLoginSessionService.LogonAction nextAction, string cluster)
 {
     this.Header           = Header;
     this.OAuthLogonResult = OAuthLogonResult;
     this.nextAction       = nextAction;
     this.cluster          = cluster;
 }
Exemplo n.º 2
0
 public AccessTokenLogonResponse(TwinfieldApi.TwinfieldLoginSessionService.Header Header, TwinfieldApi.TwinfieldLoginSessionService.LogonResult AccessTokenLogonResult, string cluster)
 {
     this.Header = Header;
     this.AccessTokenLogonResult = AccessTokenLogonResult;
     this.cluster = cluster;
 }