getSessionInformation(sessionHandle)
#
ParameterssessionHandle
- type :
string
- type :
#
ReturnsPromise<SessionInformation>
returns all session related information for the givensessionHandle
.
#
Throws- If the
sessionHandle
does not exist
#
Type Reference#
SessionInformation{ sessionHandle: string, userId: string, userDataInDatabase: any, expiry: number, userDataInJWT: any, timeCreated: number,}