You are here

protected static property RefreshTokenRepository::$entity_interface in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.2 src/Repositories/RefreshTokenRepository.php \Drupal\simple_oauth\Repositories\RefreshTokenRepository::entity_interface

File

src/Repositories/RefreshTokenRepository.php, line 14

Class

RefreshTokenRepository

Namespace

Drupal\simple_oauth\Repositories

Code

protected static $entity_interface = 'League\\OAuth2\\Server\\Entities\\RefreshTokenEntityInterface';