Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
node/key-store-server
KeyStoreServiceImpl
Class KeyStoreServiceImpl
Implements
KeyStoreService
Index
Constructors
constructor
Properties
keytar
Implementation?
Methods
delete
Password
find
Credentials
find
Password
get
Keytar
get
Password
set
Password
Constructors
constructor
new
KeyStoreServiceImpl
()
:
KeyStoreServiceImpl
Returns
KeyStoreServiceImpl
Properties
Protected
Optional
keytar
Implementation
keytarImplementation
?:
__module
Methods
delete
Password
deletePassword
(
service
:
string
,
account
:
string
)
:
Promise
<
boolean
>
Parameters
service
:
string
account
:
string
Returns
Promise
<
boolean
>
find
Credentials
findCredentials
(
service
:
string
,
)
:
Promise
<
{
account
:
string
;
password
:
string
}
[]
>
Parameters
service
:
string
Returns
Promise
<
{
account
:
string
;
password
:
string
}
[]
>
find
Password
findPassword
(
service
:
string
)
:
Promise
<
undefined
|
string
>
Parameters
service
:
string
Returns
Promise
<
undefined
|
string
>
Protected
get
Keytar
getKeytar
()
:
Promise
<
__module
>
Returns
Promise
<
__module
>
get
Password
getPassword
(
service
:
string
,
account
:
string
)
:
Promise
<
undefined
|
string
>
Parameters
service
:
string
account
:
string
Returns
Promise
<
undefined
|
string
>
set
Password
setPassword
(
service
:
string
,
account
:
string
,
password
:
string
)
:
Promise
<
void
>
Parameters
service
:
string
account
:
string
password
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
keytar
Implementation
Methods
delete
Password
find
Credentials
find
Password
get
Keytar
get
Password
set
Password
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...