public function SetCookie::getDiscard in Auth0 Single Sign On 8.2
Get whether or not this is a session cookie
Return value
bool|null
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php, line 252
Class
- SetCookie
- Set-Cookie object
Namespace
GuzzleHttp\CookieCode
public function getDiscard() {
return $this->data['Discard'];
}