You are here

protected static property RevocableTokenRepositoryTrait::$entityTypeId in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 5.x src/Repositories/RevocableTokenRepositoryTrait.php \Drupal\simple_oauth\Repositories\RevocableTokenRepositoryTrait::entityTypeId

The entity type ID.

Type: string

File

src/Repositories/RevocableTokenRepositoryTrait.php, line 19

Class

RevocableTokenRepositoryTrait
Common methods for token repositories on different grants.

Namespace

Drupal\simple_oauth\Repositories

Code

protected static $entityTypeId = 'oauth2_token';