You are here

public function EdgeKeyTypeInterface::getAuthenticationType in Apigee Edge 8

Gets the authentication type.

Parameters

\Drupal\key\KeyInterface $key: The key entity.

Return value

string The Authentication type.

1 method overrides EdgeKeyTypeInterface::getAuthenticationType()
EdgeKeyTypeBase::getAuthenticationType in src/Plugin/EdgeKeyTypeBase.php
Gets the authentication type.

File

src/Plugin/EdgeKeyTypeInterface.php, line 105

Class

EdgeKeyTypeInterface
Defines an interface for Apigee Edge Key Type plugins.

Namespace

Drupal\apigee_edge\Plugin

Code

public function getAuthenticationType(KeyInterface $key) : string;