You are here

namespace Drupal\simple_oauth\Plugin\Oauth2Grant in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name in other branches
  1. 8.2 Drupal\simple_oauth\Plugin\Oauth2Grant
  2. 8.3 Drupal\simple_oauth\Plugin\Oauth2Grant
  3. 5.x Drupal\simple_oauth\Plugin\Oauth2Grant
Classsort descending Location Description
AuthorizationCode src/Plugin/Oauth2Grant/AuthorizationCode.php The authorization code grant plugin.
ClientCredentials src/Plugin/Oauth2Grant/ClientCredentials.php The client credentials grant plugin.
Code src/Plugin/Oauth2Grant/Code.php The autorization code grant plugin.
Implicit src/Plugin/Oauth2Grant/Implicit.php The implicit grant plugin.
Password src/Plugin/Oauth2Grant/Password.php Plugin annotation @Oauth2Grant( id = "password", label = @Translation("Password") )
RefreshToken src/Plugin/Oauth2Grant/RefreshToken.php The refresh token grant plugin.