auth-vir - v5.2.0
Preparing search index...
clearAuthCookie
Function clearAuthCookie
clearAuthCookie
(
cookieConfig
:
Readonly
<
{
hostOrigin
:
string
}
&
{
isDev
?:
boolean
}
>
&
PartialWithUndefined
<
{
authCookie
:
AuthCookie
;
cookieNameSuffix
:
string
}
,
>
,
)
:
string
Generate a cookie value that will clear the previous auth cookie. Use this when signing out.
Parameters
cookieConfig
:
Readonly
<
{
hostOrigin
:
string
}
&
{
isDev
?:
boolean
}
>
&
PartialWithUndefined
<
{
authCookie
:
AuthCookie
;
cookieNameSuffix
:
string
}
,
>
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
auth-vir - v5.2.0
Loading...
Generate a cookie value that will clear the previous auth cookie. Use this when signing out.