interface OAuth2ClientControllerInterface in OAuth2 Client 8
Interface OAuth2ClientControllerInterface.
@package Drupal\oauth2_client\Controller
Hierarchy
- interface \Drupal\oauth2_client\Controller\OAuth2ClientControllerInterface
Expanded class hierarchy of OAuth2ClientControllerInterface
All classes that implement OAuth2ClientControllerInterface
File
- src/
Controller/ OAuth2ClientControllerInterface.php, line 10
Namespace
Drupal\oauth2_client\ControllerView source
interface OAuth2ClientControllerInterface {
/**
* Callback for path oauth2/authorized.
*
* An authorized request in server-side flow
* will be redirected here (having variables
* 'code' and 'state').
*/
public function redirectUrlPage();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OAuth2ClientControllerInterface:: |
public | function | Callback for path oauth2/authorized. | 1 |