You are here

public function CredentialsInterface::getAuthentication in Apigee Edge 8

Gets the authentication object which instantiated by the key type.

Return value

\Http\Message\Authentication The authentication object.

1 method overrides CredentialsInterface::getAuthentication()
Credentials::getAuthentication in src/Credentials.php
Gets the authentication object which instantiated by the key type.

File

src/CredentialsInterface.php, line 39

Class

CredentialsInterface
Defines an interface for credentials classes.

Namespace

Drupal\apigee_edge

Code

public function getAuthentication() : Authentication;