You are here

namespace Drupal\simple_oauth_extras\Plugin\Oauth2Grant in Simple OAuth (OAuth2) & OpenID Connect 8.2

Same name in other branches
  1. 8.3 Drupal\simple_oauth_extras\Plugin\Oauth2Grant
Classsort descending Location Description
AuthorizationCode simple_oauth_extras/src/Plugin/Oauth2Grant/AuthorizationCode.php Plugin annotation @Oauth2Grant( id = "authorization_code", label = @Translation("Authorization Code") )
ClientCredentials simple_oauth_extras/src/Plugin/Oauth2Grant/ClientCredentials.php Plugin annotation @Oauth2Grant( id = "client_credentials", label = @Translation("Client Credentials") )
Code simple_oauth_extras/src/Plugin/Oauth2Grant/Code.php Plugin annotation @Oauth2Grant( id = "code", label = @Translation("Code") )
Implicit simple_oauth_extras/src/Plugin/Oauth2Grant/Implicit.php Plugin annotation @Oauth2Grant( id = "implicit", label = @Translation("Implicit") )
RefreshToken simple_oauth_extras/src/Plugin/Oauth2Grant/RefreshToken.php Plugin annotation @Oauth2Grant( id = "refresh_token", label = @Translation("Refresh Token") )