You are here

Classes, traits, and interfaces in OAuth2 Client 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AuthCodeAccessExample class Drupal\oauth2_client_example_plugins\Plugin\Oauth2Client examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeAccessExample.php Auth code with access example.
AuthCodeExample class Drupal\oauth2_client_example_plugins\Plugin\Oauth2Client examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeExample.php Auth code example.
AuthCodeRedirectExample class Drupal\oauth2_client_example_plugins\Plugin\Oauth2Client examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeRedirectExample.php Auth Code with redirect example plugin.
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
CredentialProvider class Drupal\oauth2_client\Service src/Service/CredentialProvider.php Class KeyProvider. 1 1
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
Oauth2ClientKey class Drupal\oauth2_client\Plugin\KeyType src/Plugin/KeyType/Oauth2ClientKey.php Key module plugin to define an oauth credentials KeyType.
Oauth2ClientPluginAccessInterface interface Drupal\oauth2_client\Plugin\Oauth2Client src/Plugin/Oauth2Client/Oauth2ClientPluginAccessInterface.php An interface for plugins that provide route access methods. 1 2
Oauth2ClientPluginBase abstract class Drupal\oauth2_client\Plugin\Oauth2Client src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php Base class for Oauth2Client plugins. 4 4
Oauth2ClientPluginConfigForm class Drupal\oauth2_client\Form src/Form/Oauth2ClientPluginConfigForm.php Configure OAuth2 Client settings for this site. 1
Oauth2ClientPluginInterface interface Drupal\oauth2_client\Plugin\Oauth2Client src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php Interface for Oauth2 Client plugins. 1 1
Oauth2ClientPluginList class Drupal\oauth2_client\Form src/Form/Oauth2ClientPluginList.php Provides a OAuth2 Client form. 1
Oauth2ClientPluginManager class Drupal\oauth2_client\PluginManager src/PluginManager/Oauth2ClientPluginManager.php The OAuth 2 Client plugin manager. 2 1
Oauth2ClientPluginManagerInterface interface Drupal\oauth2_client\PluginManager src/PluginManager/Oauth2ClientPluginManagerInterface.php The OAuth 2 Client plugin manager interface. 1 2
Oauth2ClientPluginMissingKeyException class Drupal\oauth2_client\Exception src/Exception/Oauth2ClientPluginMissingKeyException.php Exception thrown when the Oauth2 Client plugin is missing a required key. 1
Oauth2ClientPluginRedirectInterface interface Drupal\oauth2_client\Plugin\Oauth2Client src/Plugin/Oauth2Client/Oauth2ClientPluginRedirectInterface.php An interface for plugins that provides a redirection method. 1 2
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
OauthResponse class Drupal\oauth2_client\Controller src/Controller/OauthResponse.php Controller to process an authorization code request.
RefreshTokenGrantService class Drupal\oauth2_client\Service\Grant src/Service/Grant/RefreshTokenGrantService.php Handles Authorization Grants for the OAuth2 Client module. 1
ResourceOwnerExample class Drupal\oauth2_client_example_plugins\Plugin\Oauth2Client examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/ResourceOwnerExample.php Resource Owner example plugin.
ResourceOwnersCredentialsGrantService class Drupal\oauth2_client\Service\Grant src/Service/Grant/ResourceOwnersCredentialsGrantService.php Handles Authorization Grants for the OAuth2 Client module. 1 1
RouteAccess class Drupal\oauth2_client\Access src/Access/RouteAccess.php Custom access checking on oauth2_client routes. 2

Other projects