public function EdgeKeyTypeInterface::getClientSecret in Apigee Edge 8
Gets the client secret.
Parameters
\Drupal\key\KeyInterface $key: The key entity.
Return value
string The client secret.
1 method overrides EdgeKeyTypeInterface::getClientSecret()
- EdgeKeyTypeBase::getClientSecret in src/
Plugin/ EdgeKeyTypeBase.php - Gets the client secret.
File
- src/
Plugin/ EdgeKeyTypeInterface.php, line 211
Class
- EdgeKeyTypeInterface
- Defines an interface for Apigee Edge Key Type plugins.
Namespace
Drupal\apigee_edge\PluginCode
public function getClientSecret(KeyInterface $key) : string;