supertokens-node
Preparing search index...
recipe/session
refreshSession
Variable refreshSession
refreshSession
:
(
req
:
any
,
res
:
any
,
userContext
?:
Record
<
string
,
any
>
,
)
=>
Promise
<
SessionContainer
>
= SessionWrapper.refreshSession
Type declaration
(
req
:
any
,
res
:
any
,
userContext
?:
Record
<
string
,
any
>
,
)
:
Promise
<
SessionContainer
>
Parameters
req
:
any
res
:
any
Optional
userContext
:
Record
<
string
,
any
>
Returns
Promise
<
SessionContainer
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supertokens-node
Loading...