You are here

protected property AuthorizationCode::$authCodeRepository in Simple OAuth (OAuth2) & OpenID Connect 8.2

Same name and namespace in other branches
  1. 8.3 simple_oauth_extras/src/Plugin/Oauth2Grant/AuthorizationCode.php \Drupal\simple_oauth_extras\Plugin\Oauth2Grant\AuthorizationCode::authCodeRepository

Type: \League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface

File

simple_oauth_extras/src/Plugin/Oauth2Grant/AuthorizationCode.php, line 24

Class

AuthorizationCode
Plugin annotation @Oauth2Grant( id = "authorization_code", label = @Translation("Authorization Code") )

Namespace

Drupal\simple_oauth_extras\Plugin\Oauth2Grant

Code

protected $authCodeRepository;