protected property AuthorizationCode::$refreshTokenRepository in Simple OAuth (OAuth2) & OpenID Connect 5.x
Same name and namespace in other branches
- 8.4 src/Plugin/Oauth2Grant/AuthorizationCode.php \Drupal\simple_oauth\Plugin\Oauth2Grant\AuthorizationCode::refreshTokenRepository
The refresh token repository.
Type: \League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface
File
- src/
Plugin/ Oauth2Grant/ AuthorizationCode.php, line 34
Class
- AuthorizationCode
- The authorization code grant plugin.
Namespace
Drupal\simple_oauth\Plugin\Oauth2GrantCode
protected $refreshTokenRepository;