You are here

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\Cookie

Code

public function getSecure() {
  return $this->data['Secure'];
}