You are here

public function UserIdentityProvider::__construct in Simple OAuth (OAuth2) & OpenID Connect 5.x

UserIdentityProvider constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/OpenIdConnect/UserIdentityProvider.php, line 28

Class

UserIdentityProvider
A user identity provider for the OpenID Connect integration.

Namespace

Drupal\simple_oauth\OpenIdConnect

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}