You are here

public function Oauth2ClientPluginInterface::getPassword in OAuth2 Client 8.2

Retrieves the password for the account to authenticate with.

Return value

string The password for the account to authenticate with.

1 method overrides Oauth2ClientPluginInterface::getPassword()
Oauth2ClientPluginBase::getPassword in src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php
Retrieves the password for the account to authenticate with.

File

src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php, line 119

Class

Oauth2ClientPluginInterface
Interface for Oauth2 Client plugins.

Namespace

Drupal\oauth2_client\Plugin\Oauth2Client

Code

public function getPassword();