deleteCookie
deleteCookie(
ctx
,cookie
):void
Delete session cookie
Parameters
• ctx: OidcClient
OIDCClient Instance
• cookie: Record
<string
, Cookie
<undefined
| string
>>
Cookie
Returns
void
deleteCookie(
ctx
,cookie
):void
Delete session cookie
• ctx: OidcClient
OIDCClient Instance
• cookie: Record
<string
, Cookie
<undefined
| string
>>
Cookie
void