You are here

public function CredentialProvider::__construct in OAuth2 Client 8.3

KeyService constructor.

Parameters

\Drupal\Core\State\StateInterface $state: The key value store to use.

File

src/Service/CredentialProvider.php, line 37

Class

CredentialProvider
Class KeyProvider.

Namespace

Drupal\oauth2_client\Service

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}