Example #1
0
 public void ReceiveCode(string state, string code)
 {
     _authHandler.InputCode(state, code);
 }