MonoCloud Authentication SDK
Preparing search index...
@monocloud/auth-node-core
index
MonoCloudRequest
Interface MonoCloudRequest
interface
MonoCloudRequest
{
getAllCookies
()
:
Promise
<
Map
<
string
,
string
>
>
;
getCookie
(
name
:
string
)
:
Promise
<
string
|
undefined
>
;
getQuery
(
parameter
:
string
)
:
string
|
string
[]
|
undefined
;
getRawRequest
()
:
Promise
<
{
body
:
string
|
Record
<
string
,
string
>
;
method
:
string
;
url
:
string
}
,
>
;
}
Hierarchy (
View Summary
)
IMonoCloudCookieRequest
MonoCloudRequest
Index
Methods
get
All
Cookies
get
Cookie
get
Query
get
Raw
Request
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
>
get
Query
getQuery
(
parameter
:
string
)
:
string
|
string
[]
|
undefined
Parameters
parameter
:
string
Returns
string
|
string
[]
|
undefined
get
Raw
Request
getRawRequest
()
:
Promise
<
{
body
:
string
|
Record
<
string
,
string
>
;
method
:
string
;
url
:
string
}
,
>
Returns
Promise
<
{
body
:
string
|
Record
<
string
,
string
>
;
method
:
string
;
url
:
string
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
All
Cookies
get
Cookie
get
Query
get
Raw
Request
MonoCloud Authentication SDK
Loading...