You are here

protected static property AuthCodeRepository::$entityInterface 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::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\Repositories

Code

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