protected static property AuthCodeRepository::$entityInterface in Simple OAuth (OAuth2) & OpenID Connect 8.4
Same name and namespace in other branches
- 5.x src/Repositories/AuthCodeRepository.php \Drupal\simple_oauth\Repositories\AuthCodeRepository::entityInterface
The OAuth2 entity interface name.
Type: string
File
- src/
Repositories/ AuthCodeRepository.php, line 34
Class
- AuthCodeRepository
- The repository for the Auth Code grant.
Namespace
Drupal\simple_oauth\RepositoriesCode
protected static $entityInterface = 'League\\OAuth2\\Server\\Entities\\AuthCodeEntityInterface';