You are here

interface OAuth2ClientControllerInterface in OAuth2 Client 8

Interface OAuth2ClientControllerInterface.

@package Drupal\oauth2_client\Controller

Hierarchy

Expanded class hierarchy of OAuth2ClientControllerInterface

All classes that implement OAuth2ClientControllerInterface

File

src/Controller/OAuth2ClientControllerInterface.php, line 10

Namespace

Drupal\oauth2_client\Controller
View 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

Namesort descending Modifiers Type Description Overrides
OAuth2ClientControllerInterface::redirectUrlPage public function Callback for path oauth2/authorized. 1