You are here

interface Oauth2ClientPluginManagerInterface in OAuth2 Client 8.2

Same name and namespace in other branches
  1. 8.3 src/PluginManager/Oauth2ClientPluginManagerInterface.php \Drupal\oauth2_client\PluginManager\Oauth2ClientPluginManagerInterface

The OAuth 2 Client plugin manager interface.

Hierarchy

Expanded class hierarchy of Oauth2ClientPluginManagerInterface

All classes that implement Oauth2ClientPluginManagerInterface

4 files declare their use of Oauth2ClientPluginManagerInterface
AuthorizationCodeGrantService.php in src/Service/Grant/AuthorizationCodeGrantService.php
ClientTestForm.php in src/Form/ClientTestForm.php
Oauth2ClientGrantServiceBase.php in src/Service/Grant/Oauth2ClientGrantServiceBase.php
Oauth2ClientService.php in src/Service/Oauth2ClientService.php

File

src/PluginManager/Oauth2ClientPluginManagerInterface.php, line 8

Namespace

Drupal\oauth2_client\PluginManager
View source
interface Oauth2ClientPluginManagerInterface {

}

Members