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