public function Credentials::getKeyType in Apigee Edge 8
Gets the key type of the key entity.
Return value
\Drupal\apigee_edge\Plugin\EdgeKeyTypeInterface The key type of the key entity.
Overrides CredentialsInterface::getKeyType
File
- src/
Credentials.php, line 83
Class
- Credentials
- The API credentials.
Namespace
Drupal\apigee_edgeCode
public function getKeyType() : EdgeKeyTypeInterface {
return $this->keyType;
}