protected static property AuthCodeRepository::$entityClass 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::entityClass
The OAuth2 entity class name.
Type: string
File
- src/
Repositories/ AuthCodeRepository.php, line 27
Class
- AuthCodeRepository
- The repository for the Auth Code grant.
Namespace
Drupal\simple_oauth\RepositoriesCode
protected static $entityClass = 'Drupal\\simple_oauth\\Entities\\AuthCodeEntity';