Get the WWW-Authenticate HTTP header
string|null Indicates the authentication scheme that should be used to access the requested entity (e.g. Basic)
public function getWwwAuthenticate() { return $this ->getHeader('WWW-Authenticate', true); }