You are here

protected static property RefreshTokenRepository::$entityInterface in Simple OAuth (OAuth2) & OpenID Connect 5.x

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

The OAuth2 entity interface name.

Type: string

File

src/Repositories/RefreshTokenRepository.php, line 34

Class

RefreshTokenRepository
The refresh token repository.

Namespace

Drupal\simple_oauth\Repositories

Code

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