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
Namespace
Auth0\SDK\API\HeaderCode
public function getValue() {
return $this->value;
}