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