public function OAuth2ClientControllerInterface::redirectUrlPage in OAuth2 Client 8
Callback for path oauth2/authorized.
An authorized request in server-side flow will be redirected here (having variables 'code' and 'state').
1 method overrides OAuth2ClientControllerInterface::redirectUrlPage()
- OAuth2ClientController::redirectUrlPage in src/
Controller/ OAuth2ClientController.php - Callback for path oauth2/authorized.
File
- src/
Controller/ OAuth2ClientControllerInterface.php, line 19
Class
- OAuth2ClientControllerInterface
- Interface OAuth2ClientControllerInterface.
Namespace
Drupal\oauth2_client\ControllerCode
public function redirectUrlPage();