You are here

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

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

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

File

src/Plugin/Oauth2Grant/Password.php, line 29

Class

Password
Plugin annotation @Oauth2Grant( id = "password", label = @Translation("Password") )

Namespace

Drupal\simple_oauth\Plugin\Oauth2Grant

Code

protected $refreshTokenRepository;