public System.Threading.Tasks.Task <AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken> FinishLoginAsync(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken, AdventureWorksSalesClient.AuthenticationServiceReference.SecondFactor secondFactor)
 {
     return(base.Channel.FinishLoginAsync(handshakeToken, secondFactor));
 }
 public System.Threading.Tasks.Task CancelLoginAsync(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken)
 {
     return(base.Channel.CancelLoginAsync(handshakeToken));
 }
 public AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken FinishLogin(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken, AdventureWorksSalesClient.AuthenticationServiceReference.SecondFactor secondFactor)
 {
     return(base.Channel.FinishLogin(handshakeToken, secondFactor));
 }
 public void CancelLogin(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken)
 {
     base.Channel.CancelLogin(handshakeToken);
 }