You are here

public function CredentialsInterface::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.

1 method overrides CredentialsInterface::getKeyType()
Credentials::getKeyType in src/Credentials.php
Gets the key type of the key entity.

File

src/CredentialsInterface.php, line 55

Class

CredentialsInterface
Defines an interface for credentials classes.

Namespace

Drupal\apigee_edge

Code

public function getKeyType() : EdgeKeyTypeInterface;