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