You are here

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

File

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

Class

SetCookie
Set-Cookie object

Namespace

GuzzleHttp\Cookie

Code

public function toArray() {
  return $this->data;
}