Ejemplo n.º 1
0
 public virtual async Task <OpenOTPLoginResponse> OpenOTPLoginAsync(Agent agent, OpenOTPLoginRequest openOTPLoginRequest)
 {
     return(await AgentConnect.OpenOTPLoginAsync(agent, openOTPLoginRequest));
 }
Ejemplo n.º 2
0
 public virtual OpenOTPLoginResponse OpenOTPLogin(Agent agent, OpenOTPLoginRequest openOTPLoginRequest)
 {
     return(AgentConnect.OpenOTPLogin(agent, openOTPLoginRequest));
 }