Variable getAllSessionHandlesForUser
getAllSessionHandlesForUser: (
userId: string,
fetchSessionsForAllLinkedAccounts?: boolean,
tenantId?: string,
userContext?: Record<string, any>,
) => Promise<string[]> = SessionWrapper.getAllSessionHandlesForUser
Type declaration
- (
userId: string,
fetchSessionsForAllLinkedAccounts?: boolean,
tenantId?: string,
userContext?: Record<string, any>,
): Promise<string[]> Parameters
- userId: string
- fetchSessionsForAllLinkedAccounts: boolean = true
OptionaltenantId: stringOptionaluserContext: Record<string, any>
Returns Promise<string[]>