You are here

public function Oauth2ClientInterface::getSecret in Simple OAuth (OAuth2) & OpenID Connect 8.2

Returns the hashed secret.

Return value

string The secret password.

1 method overrides Oauth2ClientInterface::getSecret()
Oauth2Client::getSecret in src/Entity/Oauth2Client.php
Returns the hashed secret.

File

src/Entity/Oauth2ClientInterface.php, line 22

Class

Oauth2ClientInterface
Provides an interface defining Access Token entities.

Namespace

Drupal\simple_oauth\Entity

Code

public function getSecret();