You are here

namespace Drupal\oauth2_client\Service\Grant in OAuth2 Client 8.3

Same name in other branches
  1. 8.2 Drupal\oauth2_client\Service\Grant
Classsort descending Location Description
AuthorizationCodeGrantService src/Service/Grant/AuthorizationCodeGrantService.php Handles Authorization Grants for the OAuth2 Client module.
ClientCredentialsGrantService src/Service/Grant/ClientCredentialsGrantService.php Handles Authorization Grants for the OAuth2 Client module.
Oauth2ClientGrantServiceBase src/Service/Grant/Oauth2ClientGrantServiceBase.php Base class for OAuth2 Client grant services.
Oauth2ClientGrantServiceInterface src/Service/Grant/Oauth2ClientGrantServiceInterface.php Interface for OAuth2 Client Grant Services.
RefreshTokenGrantService src/Service/Grant/RefreshTokenGrantService.php Handles Authorization Grants for the OAuth2 Client module.
ResourceOwnersCredentialsGrantService src/Service/Grant/ResourceOwnersCredentialsGrantService.php Handles Authorization Grants for the OAuth2 Client module.