Implements

  • AuthenticationProvider

Constructors

Properties

accounts: Map<string, string[]> = ...

map from account name to session ids

id: string
label: string
messageService: MessageService
sessions: Map<string, string> = ...

map from session id to account name

storageService: StorageService
supportsMultipleAccounts: boolean

Methods