MonoCloud Authentication SDK
Preparing search index...
@monocloud/auth-node-core
index
IMonoCloudCookieResponse
Interface IMonoCloudCookieResponse
interface
IMonoCloudCookieResponse
{
setCookie
(
cookieName
:
string
,
value
:
string
,
options
:
SerializeOptions
,
)
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
IMonoCloudCookieResponse
MonoCloudResponse
Index
Methods
set
Cookie
Methods
set
Cookie
setCookie
(
cookieName
:
string
,
value
:
string
,
options
:
SerializeOptions
,
)
:
Promise
<
void
>
Parameters
cookieName
:
string
value
:
string
options
:
SerializeOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
set
Cookie
MonoCloud Authentication SDK
Loading...