Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
KeyStoreServiceImpl
Class KeyStoreServiceImpl
Implements
KeyStoreService
Index
Constructors
constructor
Properties
keytar
Implementation?
MAX_
PASSWORD_
LENGTH
PASSWORD_
CHUNK_
SIZE
Methods
delete
Password
find
Credentials
find
Password
get
Keytar
get
Password
set
Password
Constructors
constructor
new
Key
Store
Service
Impl
(
)
:
KeyStoreServiceImpl
Returns
KeyStoreServiceImpl
Properties
Protected
Optional
keytar
Implementation
keytar
Implementation
?:
__module
Static
Private
Readonly
MAX_
PASSWORD_
LENGTH
MAX_
PASSWORD_
LENGTH
:
2500
= 2500
Static
Private
Readonly
PASSWORD_
CHUNK_
SIZE
PASSWORD_
CHUNK_
SIZE
:
number
= ...
Methods
delete
Password
delete
Password
(
service
,
account
)
:
Promise
<
boolean
>
Parameters
service
:
string
account
:
string
Returns
Promise
<
boolean
>
find
Credentials
find
Credentials
(
service
)
:
Promise
<
{
account
:
string
;
password
:
string
;
}
[]
>
Parameters
service
:
string
Returns
Promise
<
{
account
:
string
;
password
:
string
;
}
[]
>
find
Password
find
Password
(
service
)
:
Promise
<
undefined
|
string
>
Parameters
service
:
string
Returns
Promise
<
undefined
|
string
>
Protected
get
Keytar
get
Keytar
(
)
:
Promise
<
__module
>
Returns
Promise
<
__module
>
get
Password
get
Password
(
service
,
account
)
:
Promise
<
undefined
|
string
>
Parameters
service
:
string
account
:
string
Returns
Promise
<
undefined
|
string
>
set
Password
set
Password
(
service
,
account
,
password
)
:
Promise
<
void
>
Parameters
service
:
string
account
:
string
password
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
keytar
Implementation
MAX_
PASSWORD_
LENGTH
PASSWORD_
CHUNK_
SIZE
delete
Password
find
Credentials
find
Password
get
Keytar
get
Password
set
Password
Theia TypeDoc
Loading...