Code.php in Simple OAuth (OAuth2) & OpenID Connect 5.x
Same filename and directory in other branches
Namespace
Drupal\simple_oauth\Plugin\Oauth2GrantFile
src/Plugin/Oauth2Grant/Code.phpView source
<?php
namespace Drupal\simple_oauth\Plugin\Oauth2Grant;
/**
* The autorization code grant plugin.
*
* @Oauth2Grant(
* id = "code",
* label = @Translation("Code")
* )
*/
class Code extends AuthorizationCode {
}