supertokens-node
Preparing search index...
recipe/session
getJWKS
Variable getJWKS
getJWKS
:
(
userContext
?:
Record
<
string
,
any
>
,
)
=>
Promise
<
{
keys
:
JsonWebKey
[]
;
validityInSeconds
?:
number
}
>
= SessionWrapper.getJWKS
Type declaration
(
userContext
?:
Record
<
string
,
any
>
,
)
:
Promise
<
{
keys
:
JsonWebKey
[]
;
validityInSeconds
?:
number
}
>
Parameters
Optional
userContext
:
Record
<
string
,
any
>
Returns
Promise
<
{
keys
:
JsonWebKey
[]
;
validityInSeconds
?:
number
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supertokens-node
Loading...