You are here

protected property RefreshToken::$refreshTokenRepository in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 5.x src/Plugin/Oauth2Grant/RefreshToken.php \Drupal\simple_oauth\Plugin\Oauth2Grant\RefreshToken::refreshTokenRepository

The refresh token repository.

Type: \League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface

File

src/Plugin/Oauth2Grant/RefreshToken.php, line 26

Class

RefreshToken
The refresh token grant plugin.

Namespace

Drupal\simple_oauth\Plugin\Oauth2Grant

Code

protected $refreshTokenRepository;