protected static property AccessTokenRepository::$entityInterface in Simple OAuth (OAuth2) & OpenID Connect 5.x
Same name and namespace in other branches
- 8.4 src/Repositories/AccessTokenRepository.php \Drupal\simple_oauth\Repositories\AccessTokenRepository::entityInterface
The OAuth2 entity interface name.
Type: string
File
- src/
Repositories/ AccessTokenRepository.php, line 36
Class
- AccessTokenRepository
- The access token repository.
Namespace
Drupal\simple_oauth\RepositoriesCode
protected static $entityInterface = 'League\\OAuth2\\Server\\Entities\\AccessTokenEntityInterface';