You are here

protected static property RevocableTokenRepositoryTrait::$entity_type_id in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.2 src/Repositories/RevocableTokenRepositoryTrait.php \Drupal\simple_oauth\Repositories\RevocableTokenRepositoryTrait::entity_type_id

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 $entity_type_id = 'oauth2_token';