MonoCloud Authentication SDK
Preparing search index...
@monocloud/auth-node-core
index
MonoCloudResponse
Interface MonoCloudResponse
interface
MonoCloudResponse
{
done
()
:
any
;
internalServerError
()
:
void
;
methodNotAllowed
()
:
void
;
noContent
()
:
void
;
notFound
()
:
void
;
redirect
(
url
:
string
,
statusCode
?:
number
)
:
void
;
sendJson
(
data
:
any
,
statusCode
?:
number
)
:
void
;
setCookie
(
cookieName
:
string
,
value
:
string
,
options
:
SerializeOptions
,
)
:
Promise
<
void
>
;
setNoCache
()
:
void
;
}
Hierarchy (
View Summary
)
IMonoCloudCookieResponse
MonoCloudResponse
Index
Methods
done
internal
Server
Error
method
Not
Allowed
no
Content
not
Found
redirect
send
Json
set
Cookie
set
No
Cache
Methods
done
done
()
:
any
Returns
any
internal
Server
Error
internalServerError
()
:
void
Returns
void
method
Not
Allowed
methodNotAllowed
()
:
void
Returns
void
no
Content
noContent
()
:
void
Returns
void
not
Found
notFound
()
:
void
Returns
void
redirect
redirect
(
url
:
string
,
statusCode
?:
number
)
:
void
Parameters
url
:
string
Optional
statusCode
:
number
Returns
void
send
Json
sendJson
(
data
:
any
,
statusCode
?:
number
)
:
void
Parameters
data
:
any
Optional
statusCode
:
number
Returns
void
set
Cookie
setCookie
(
cookieName
:
string
,
value
:
string
,
options
:
SerializeOptions
,
)
:
Promise
<
void
>
Parameters
cookieName
:
string
value
:
string
options
:
SerializeOptions
Returns
Promise
<
void
>
set
No
Cache
setNoCache
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
done
internal
Server
Error
method
Not
Allowed
no
Content
not
Found
redirect
send
Json
set
Cookie
set
No
Cache
MonoCloud Authentication SDK
Loading...