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