You are here

protected property OAuth2Storage::$passwordHasher in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/OAuth2Storage.php \Drupal\oauth2_server\OAuth2Storage::passwordHasher

The password hasher.

Type: \Drupal\Core\Password\PasswordInterface

File

src/OAuth2Storage.php, line 33

Class

OAuth2Storage
Provides Drupal OAuth2 storage for the library.

Namespace

Drupal\oauth2_server

Code

protected $passwordHasher;