You are here

public function AuthenticationKeyNotFoundException::getKeyId in Apigee Edge 8

Returns the id of the authentication key that does not belongs to a Key.

Return value

string Id of the authentication key.

File

src/Exception/AuthenticationKeyNotFoundException.php, line 59

Class

AuthenticationKeyNotFoundException
Thrown when authentication key not found with the id.

Namespace

Drupal\apigee_edge\Exception

Code

public function getKeyId() : string {
  return $this->keyId;
}