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. |