extract "BaseApi::checkDefaults()" method for later usage
This commit is contained in:
committed by
Hypolite Petovan
parent
d21108fe0e
commit
f580d8e5c0
@@ -34,7 +34,7 @@ class Revoke extends BaseApi
|
||||
{
|
||||
protected function post(array $request = [], array $post = [])
|
||||
{
|
||||
$request = self::getRequest([
|
||||
$request = $this->getRequest([
|
||||
'client_id' => '', // Client ID, obtained during app registration
|
||||
'client_secret' => '', // Client secret, obtained during app registration
|
||||
'token' => '', // The previously obtained token, to be invalidated
|
||||
|
||||
Reference in New Issue
Block a user