public static function ApigeeAuthKeyType::generateKeyValue in Apigee Edge 8
Generate a key value of this type using the submitted configuration.
Parameters
array $configuration: The configuration for the key type plugin.
Return value
string The generated key value.
Overrides KeyTypeInterface::generateKeyValue
File
- src/
Plugin/ KeyType/ ApigeeAuthKeyType.php, line 99
Class
- ApigeeAuthKeyType
- Key type for Apigee Edge authentication credentials.
Namespace
Drupal\apigee_edge\Plugin\KeyTypeCode
public static function generateKeyValue(array $configuration) {
return '[]';
}