Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthenticationProviderImpl

Hierarchy

  • AuthenticationProviderImpl

Implements

  • AuthenticationProvider

Index

Constructors

constructor

Properties

Private accounts

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

Readonly id

id: string

Readonly label

label: string

Private sessions

sessions: Map<string, string> = ...

Readonly supportsMultipleAccounts

supportsMultipleAccounts: boolean

Methods

getSessions

hasSessions

  • hasSessions(): boolean

login

logout

  • logout(sessionId: string): Promise<void>

Private registerSession

signOut

  • signOut(accountName: string): Promise<void>

updateSessionItems