You are here

protected property AuthorizationCodeGrantService::$tempstore in OAuth2 Client 8.2

Same name and namespace in other branches
  1. 8.3 src/Service/Grant/AuthorizationCodeGrantService.php \Drupal\oauth2_client\Service\Grant\AuthorizationCodeGrantService::tempstore

The Drupal tempstore.

Type: \Drupal\Core\TempStore\PrivateTempStore

File

src/Service/Grant/AuthorizationCodeGrantService.php, line 23

Class

AuthorizationCodeGrantService
Handles Authorization Grants for the OAuth2 Client module.

Namespace

Drupal\oauth2_client\Service\Grant

Code

protected $tempstore;