You are here

public function AkamaiAuthentication::getAuth in Akamai 8.3

Returns the auth config.

Return value

string[] An array with keys client_token, client_secret, access_token.

File

src/AkamaiAuthentication.php, line 82

Class

AkamaiAuthentication
Connects to the Akamai EdgeGrid.

Namespace

Drupal\akamai

Code

public function getAuth() {
  return $this->auth;
}