supertokens-node
Preparing search index...
recipe/multitenancy
APIInterface
Type Alias APIInterface
type
APIInterface
=
{
loginMethodsGET
:
(
input
:
{
clientType
?:
string
;
options
:
APIOptions
;
tenantId
:
string
;
userContext
:
UserContext
;
}
,
)
=>
Promise
<
|
{
emailPassword
:
{
enabled
:
boolean
}
;
firstFactors
:
string
[]
;
passwordless
:
{
enabled
:
boolean
}
;
status
:
"OK"
;
thirdParty
:
{
enabled
:
boolean
;
providers
:
{
id
:
string
;
name
?:
string
}
[]
;
}
;
}
|
GeneralErrorResponse
,
>
;
}
Index
Properties
login
MethodsGET
Properties
login
MethodsGET
loginMethodsGET
:
(
input
:
{
clientType
?:
string
;
options
:
APIOptions
;
tenantId
:
string
;
userContext
:
UserContext
;
}
,
)
=>
Promise
<
|
{
emailPassword
:
{
enabled
:
boolean
}
;
firstFactors
:
string
[]
;
passwordless
:
{
enabled
:
boolean
}
;
status
:
"OK"
;
thirdParty
:
{
enabled
:
boolean
;
providers
:
{
id
:
string
;
name
?:
string
}
[]
;
}
;
}
|
GeneralErrorResponse
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
login
MethodsGET
supertokens-node
Loading...