supertokens-node
Preparing search index...
recipe/dashboard
RecipeInterface
Type Alias RecipeInterface
type
RecipeInterface
=
{
getDashboardBundleLocation
(
input
:
{
userContext
:
UserContext
}
,
)
:
Promise
<
string
>
;
shouldAllowAccess
(
input
:
{
config
:
TypeNormalisedInput
;
req
:
BaseRequest
;
userContext
:
UserContext
;
}
,
)
:
Promise
<
boolean
>
;
}
Index
Methods
get
Dashboard
Bundle
Location
should
Allow
Access
Methods
get
Dashboard
Bundle
Location
getDashboardBundleLocation
(
input
:
{
userContext
:
UserContext
}
)
:
Promise
<
string
>
Parameters
input
:
{
userContext
:
UserContext
}
Returns
Promise
<
string
>
should
Allow
Access
shouldAllowAccess
(
input
:
{
config
:
TypeNormalisedInput
;
req
:
BaseRequest
;
userContext
:
UserContext
;
}
,
)
:
Promise
<
boolean
>
Parameters
input
:
{
config
:
TypeNormalisedInput
;
req
:
BaseRequest
;
userContext
:
UserContext
}
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Dashboard
Bundle
Location
should
Allow
Access
supertokens-node
Loading...