You are here

public function TokenAuthUser::getConsumer in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 8.3 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getConsumer()
  2. 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getConsumer()

Get the activated consumer.

Return value

\Drupal\consumers\Entity\Consumer The activated consumer after authentication.

Overrides TokenAuthUserInterface::getConsumer

File

src/Authentication/TokenAuthUser.php, line 72

Class

TokenAuthUser
The decorated user class with token information.

Namespace

Drupal\simple_oauth\Authentication

Code

public function getConsumer() {
  return $this->consumer;
}