Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
AuthenticationProviderImpl
Class AuthenticationProviderImpl
Hierarchy
AuthenticationProviderImpl
Implements
AuthenticationProvider
Index
Constructors
constructor
Properties
accounts
id
label
sessions
supports
Multiple
Accounts
Methods
get
Sessions
has
Sessions
login
logout
register
Session
sign
Out
update
Session
Items
Constructors
constructor
new
Authentication
Provider
Impl
(
proxy
:
AuthenticationExt
, id
:
string
, label
:
string
, supportsMultipleAccounts
:
boolean
, storageService
:
StorageService
, messageService
:
MessageService
)
:
AuthenticationProviderImpl
Parameters
proxy:
AuthenticationExt
id:
string
label:
string
supportsMultipleAccounts:
boolean
storageService:
StorageService
messageService:
MessageService
Returns
AuthenticationProviderImpl
Properties
Private
accounts
accounts
:
Map
<
string
,
string
[]
>
= ...
Readonly
id
id
:
string
Readonly
label
label
:
string
Private
sessions
sessions
:
Map
<
string
,
string
>
= ...
Readonly
supports
Multiple
Accounts
supports
Multiple
Accounts
:
boolean
Methods
get
Sessions
get
Sessions
(
)
:
Promise
<
readonly
AuthenticationSession
[]
>
Returns
Promise
<
readonly
AuthenticationSession
[]
>
has
Sessions
has
Sessions
(
)
:
boolean
Returns
boolean
login
login
(
scopes
:
string
[]
)
:
Promise
<
AuthenticationSession
>
Parameters
scopes:
string
[]
Returns
Promise
<
AuthenticationSession
>
logout
logout
(
sessionId
:
string
)
:
Promise
<
void
>
Parameters
sessionId:
string
Returns
Promise
<
void
>
Private
register
Session
register
Session
(
session
:
AuthenticationSession
)
:
void
Parameters
session:
AuthenticationSession
Returns
void
sign
Out
sign
Out
(
accountName
:
string
)
:
Promise
<
void
>
Parameters
accountName:
string
Returns
Promise
<
void
>
update
Session
Items
update
Session
Items
(
event
:
AuthenticationSessionsChangeEvent
)
:
Promise
<
void
>
Parameters
event:
AuthenticationSessionsChangeEvent
Returns
Promise
<
void
>
Exports
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Known
Commands
Notification
Main
Object
Identifier
Objects
Transferrer
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Node
Tree
View
Selection
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
Authentication
Provider
Impl
constructor
accounts
id
label
sessions
supports
Multiple
Accounts
get
Sessions
has
Sessions
login
logout
register
Session
sign
Out
update
Session
Items