Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationProvider

Hierarchy

  • AuthenticationProvider

Index

Properties

id

id: string

label

label: string

supportsMultipleAccounts

supportsMultipleAccounts: boolean

Methods

getSessions

hasSessions

  • hasSessions(): boolean

login

logout

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

signOut

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

updateSessionItems