You are here

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

Same name and namespace in other branches
  1. 8.2 simple_oauth_extras/src/Plugin/Oauth2Grant/RefreshToken.php \Drupal\simple_oauth_extras\Plugin\Oauth2Grant\RefreshToken::refreshTokenRepository

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

File

simple_oauth_extras/src/Plugin/Oauth2Grant/RefreshToken.php, line 22

Class

RefreshToken
Plugin annotation @Oauth2Grant( id = "refresh_token", label = @Translation("Refresh Token") )

Namespace

Drupal\simple_oauth_extras\Plugin\Oauth2Grant

Code

protected $refreshTokenRepository;