You are here

public function Github_Client::deAuthenticate in Bibliography Module 7.2

Deauthenticate a user for all next requests

Return value

null

File

modules/CiteProc/Github/Client.php, line 88

Class

Github_Client
Simple yet very cool PHP Github client

Code

public function deAuthenticate() {
  $this
    ->authenticate(null, null, null);
}