示例#1
0
 public function RevokeAuth()
 {
     if ($this->access_token) {
         $ob = new CBitrix24NetTransport($this->access_token);
         $ob->call('profile.revoke');
     }
 }