Variable updateSessionDataInDatabase
updateSessionDataInDatabase: (
sessionHandle: string,
newSessionData: any,
userContext?: Record<string, any>,
) => Promise<boolean> = SessionWrapper.updateSessionDataInDatabase
Type declaration
- (
sessionHandle: string,
newSessionData: any,
userContext?: Record<string, any>,
): Promise<boolean> Parameters
- sessionHandle: string
- newSessionData: any
Optional
userContext: Record<string, any>
Returns Promise<boolean>