Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationExt

Hierarchy

  • AuthenticationExt

Implemented by

Index

Methods

  • $createSession(id: string, scopes: string[]): Promise<AuthenticationSession>
  • $getSessions(id: string, scopes?: string[]): Promise<readonly AuthenticationSession[]>
  • $onDidChangeAuthenticationSessions(provider: AuthenticationProviderInformation): Promise<void>
  • $removeSession(id: string, sessionId: string): Promise<void>