You are here

Classes, traits, and interfaces in OAuth2 Client 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AuthorizationCodeGrantService class Drupal\oauth2_client\Service\Grant src/Service/Grant/AuthorizationCodeGrantService.php Handles Authorization Grants for the OAuth2 Client module. 1
ClientCredentialsGrantService class Drupal\oauth2_client\Service\Grant src/Service/Grant/ClientCredentialsGrantService.php Handles Authorization Grants for the OAuth2 Client module. 1
ClientTestForm class Drupal\oauth2_client\Form src/Form/ClientTestForm.php Defines the form for testing OAuth2 Client integrations.
InvalidOauth2ClientException class Drupal\oauth2_client\Exception src/Exception/InvalidOauth2ClientException.php Exception thrown when trying to retrieve a non-existent OAuth2 Client. 1
Oauth2Client class Drupal\oauth2_client\Annotation src/Annotation/Oauth2Client.php Annotation definition Oauth2Client plugins.
Oauth2ClientGrantServiceBase abstract class Drupal\oauth2_client\Service\Grant src/Service/Grant/Oauth2ClientGrantServiceBase.php Base class for OAuth2 Client grant services. 4
Oauth2ClientGrantServiceInterface interface Drupal\oauth2_client\Service\Grant src/Service/Grant/Oauth2ClientGrantServiceInterface.php Interface for OAuth2 Client Grant Services. 1 1
Oauth2ClientPluginBase abstract class Drupal\oauth2_client\Plugin\Oauth2Client src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php Base class for Oauth2Client plugins.
Oauth2ClientPluginInterface interface Drupal\oauth2_client\Plugin\Oauth2Client src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php Interface for Oauth2 Client plugins. 1 1
Oauth2ClientPluginManager class Drupal\oauth2_client\PluginManager src/PluginManager/Oauth2ClientPluginManager.php The OAuth 2 Client plugin manager. 1
Oauth2ClientPluginManagerInterface interface Drupal\oauth2_client\PluginManager src/PluginManager/Oauth2ClientPluginManagerInterface.php The OAuth 2 Client plugin manager interface. 1 4
Oauth2ClientPluginMissingKeyException class Drupal\oauth2_client\Exception src/Exception/Oauth2ClientPluginMissingKeyException.php Exception thrown when the Oauth2 Client plugin is missing a required key. 1
Oauth2ClientService class Drupal\oauth2_client\Service src/Service/Oauth2ClientService.php The OAuth2 Client service. 1
Oauth2ClientServiceBase abstract class Drupal\oauth2_client\Service src/Service/Oauth2ClientServiceBase.php Base class for OAuth2 Client services. 2 1
Oauth2ClientServiceInterface interface Drupal\oauth2_client\Service src/Service/Oauth2ClientServiceInterface.php Interface for the OAuth2 Client service. 1 1
PageController class Drupal\oauth2_client\Controller src/Controller/PageController.php Page Controller for Oauth2 Client pages.
PageControllerInterface interface Drupal\oauth2_client\Controller src/Controller/PageControllerInterface.php Interface for OAuth2 Client page controllers. 1
RefreshTokenGrantService class Drupal\oauth2_client\Service\Grant src/Service/Grant/RefreshTokenGrantService.php Handles Authorization Grants for the OAuth2 Client module. 1
ResourceOwnersCredentialsGrantService class Drupal\oauth2_client\Service\Grant src/Service/Grant/ResourceOwnersCredentialsGrantService.php Handles Authorization Grants for the OAuth2 Client module. 1

Other projects