public function SetCookie::getHttpOnly in Auth0 Single Sign On 8.2
Get whether or not this is an HTTP only cookie
Return value
bool
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php, line 272
Class
- SetCookie
- Set-Cookie object
Namespace
GuzzleHttp\CookieCode
public function getHttpOnly() {
return $this->data['HttpOnly'];
}