You are here

public function EdgeKeyTypeInterface::getAuthorizationServer in Apigee Edge 8

Gets the authorization server.

Parameters

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

Return value

string The authorization server.

1 method overrides EdgeKeyTypeInterface::getAuthorizationServer()
EdgeKeyTypeBase::getAuthorizationServer in src/Plugin/EdgeKeyTypeBase.php
Gets the authorization server.

File

src/Plugin/EdgeKeyTypeInterface.php, line 189

Class

EdgeKeyTypeInterface
Defines an interface for Apigee Edge Key Type plugins.

Namespace

Drupal\apigee_edge\Plugin

Code

public function getAuthorizationServer(KeyInterface $key) : string;