@orangecheck/auth-core / clearSessionCookieHeader
Function: clearSessionCookieHeader()
function clearSessionCookieHeader(opts?: Pick<CookieOptions, "domain" | "path" | "secure">): string;
Defined in: index.ts:409
Clear the session cookie. Must match the Domain used when it was set.
Parameters
| Parameter | Type |
|---|---|
opts | Pick<CookieOptions, "domain" | "path" | "secure"> |
Returns
string