You are here

protected property Oauth2GrantManager::$refreshTokenRepository in Simple OAuth (OAuth2) & OpenID Connect 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/Oauth2GrantManager.php \Drupal\simple_oauth\Plugin\Oauth2GrantManager::refreshTokenRepository
  2. 8.3 src/Plugin/Oauth2GrantManager.php \Drupal\simple_oauth\Plugin\Oauth2GrantManager::refreshTokenRepository
  3. 5.x src/Plugin/Oauth2GrantManager.php \Drupal\simple_oauth\Plugin\Oauth2GrantManager::refreshTokenRepository

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

File

src/Plugin/Oauth2GrantManager.php, line 43

Class

Oauth2GrantManager
Provides the OAuth2 Grant plugin manager.

Namespace

Drupal\simple_oauth\Plugin

Code

protected $refreshTokenRepository;