public function CookieJarInterface::toArray in Auth0 Single Sign On 8.2
Converts the cookie jar to an array.
Return value
array
1 method overrides CookieJarInterface::toArray()
- CookieJar::toArray in vendor/
guzzlehttp/ guzzle/ src/ Cookie/ CookieJar.php - Converts the cookie jar to an array.
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ CookieJarInterface.php, line 83
Class
- CookieJarInterface
- Stores HTTP cookies.
Namespace
GuzzleHttp\CookieCode
public function toArray();