You are here

public function SetCookie::getMaxAge in Auth0 Single Sign On 8.2

Maximum lifetime of the cookie in seconds

Return value

int|null

1 call to SetCookie::getMaxAge()
SetCookie::__construct in vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php

File

vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php, line 190

Class

SetCookie
Set-Cookie object

Namespace

GuzzleHttp\Cookie

Code

public function getMaxAge() {
  return $this->data['Max-Age'];
}