예제 #1
0
 public void Deauthorize()
 {
     try
     {
         _client.Deauthorize();
     }
     catch (Exception ex)
     {
         ApiError(ex);
     }
 }
예제 #2
0
 public void Deauthorize()
 {
     _client.Deauthorize();
 }
예제 #3
0
 public void Deauthorize()
 {
     _requestClient.Deauthorize();
 }