Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationMain

Hierarchy

  • AuthenticationMain

Implemented by

Index

Methods

  • $getSession(providerId: string, scopes: readonly string[], extensionId: string, extensionName: string, options: AuthenticationGetSessionOptions): Promise<undefined | AuthenticationSession>
  • $onDidChangeSessions(providerId: string, event: AuthenticationProviderAuthenticationSessionsChangeEvent): void
  • $registerAuthenticationProvider(id: string, label: string, supportsMultipleAccounts: boolean): void
  • $unregisterAuthenticationProvider(id: string): void