You are here

public function Header::getValue in Auth0 Single Sign On 8.2

Return value

string

File

vendor/auth0/auth0-php/src/API/Header/Header.php, line 44

Class

Header

Namespace

Auth0\SDK\API\Header

Code

public function getValue() {
  return $this->value;
}