public function SetCookie::getExpires in Auth0 Single Sign On 8.2
The UNIX timestamp when the cookie Expires
Return value
mixed
2 calls to SetCookie::getExpires()
- SetCookie::isExpired in vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php - Check if the cookie is expired
- SetCookie::__construct in vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php, line 210
Class
- SetCookie
- Set-Cookie object
Namespace
GuzzleHttp\CookieCode
public function getExpires() {
return $this->data['Expires'];
}