MonoCloud Authentication SDK
Preparing search index...
@monocloud/auth-node-core
index
IMonoCloudCookieRequest
Interface IMonoCloudCookieRequest
interface
IMonoCloudCookieRequest
{
getAllCookies
()
:
Promise
<
Map
<
string
,
string
>
>
;
getCookie
(
name
:
string
)
:
Promise
<
string
|
undefined
>
;
}
Hierarchy (
View Summary
)
IMonoCloudCookieRequest
MonoCloudRequest
Index
Methods
get
All
Cookies
get
Cookie
Methods
get
All
Cookies
getAllCookies
()
:
Promise
<
Map
<
string
,
string
>
>
Returns
Promise
<
Map
<
string
,
string
>
>
get
Cookie
getCookie
(
name
:
string
)
:
Promise
<
string
|
undefined
>
Parameters
name
:
string
Returns
Promise
<
string
|
undefined
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
All
Cookies
get
Cookie
MonoCloud Authentication SDK
Loading...