public function SetCookie::setPath in Auth0 Single Sign On 8.2
Set the path of the cookie
Parameters
string $path Path of the cookie:
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php, line 180
Class
- SetCookie
- Set-Cookie object
Namespace
GuzzleHttp\CookieCode
public function setPath($path) {
$this->data['Path'] = $path;
}