extract "BaseApi::checkDefaults()" method for later usage
This commit is contained in:
committed by
Hypolite Petovan
parent
d21108fe0e
commit
f580d8e5c0
@@ -39,7 +39,7 @@ class Authorize extends BaseApi
|
||||
*/
|
||||
protected function rawContent(array $request = [])
|
||||
{
|
||||
$request = self::getRequest([
|
||||
$request = $this->getRequest([
|
||||
'force_login' => '', // Forces the user to re-login, which is necessary for authorizing with multiple accounts from the same instance.
|
||||
'response_type' => '', // Should be set equal to "code".
|
||||
'client_id' => '', // Client ID, obtained during app registration.
|
||||
|
||||
Reference in New Issue
Block a user