You are here

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

Same name and namespace in other branches
  1. 8.4 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\Repositories

Code

protected static $entityClass = 'Drupal\\simple_oauth\\Entities\\AuthCodeEntity';