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