You are here

protected property TokenAuthUser::$consumer in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.4 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::consumer
  2. 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::consumer

The activated consumer instance.

Type: \Drupal\consumers\Entity\Consumer

File

src/Authentication/TokenAuthUser.php, line 39

Class

TokenAuthUser
The decorated user class with token information.

Namespace

Drupal\simple_oauth\Authentication

Code

protected $consumer;