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
Optional
tenantId: stringOptional
userContext: Record<string, any>
Returns Promise<string[]>