supertokens-node
Preparing search index...
recipe/jwt
APIInterface
Type Alias APIInterface
type
APIInterface
=
{
getJWKSGET
:
|
undefined
|
(
(
input
:
{
options
:
APIOptions
;
userContext
:
UserContext
}
,
)
=>
Promise
<
{
keys
:
JsonWebKey
[]
}
|
GeneralErrorResponse
>
)
;
}
Index
Properties
getJWKSGET
Properties
getJWKSGET
getJWKSGET
:
|
undefined
|
(
(
input
:
{
options
:
APIOptions
;
userContext
:
UserContext
}
,
)
=>
Promise
<
{
keys
:
JsonWebKey
[]
}
|
GeneralErrorResponse
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
getJWKSGET
supertokens-node
Loading...