Exemplo n.º 1
0
 public System.Threading.Tasks.Task <AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken> FinishLoginAsync(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken, AdventureWorksSalesClient.AuthenticationServiceReference.SecondFactor secondFactor)
 {
     return(base.Channel.FinishLoginAsync(handshakeToken, secondFactor));
 }
Exemplo n.º 2
0
 public AdventureWorksSalesClient.AuthenticationServiceReference.AuthToken FinishLogin(AdventureWorksSalesClient.AuthenticationServiceReference.HandshakeToken handshakeToken, AdventureWorksSalesClient.AuthenticationServiceReference.SecondFactor secondFactor)
 {
     return(base.Channel.FinishLogin(handshakeToken, secondFactor));
 }