Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
InMemoryCredentialsProvider
Class InMemoryCredentialsProvider
Index
Constructors
constructor
Properties
secret
Vault
Methods
clear
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Constructors
constructor
new
In
Memory
Credentials
Provider
(
)
:
InMemoryCredentialsProvider
Returns
InMemoryCredentialsProvider
Properties
Private
secret
Vault
secret
Vault
:
Record
<
string
,
undefined
|
Record
<
string
,
string
>
>
= {}
Methods
clear
clear
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
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
<
null
|
string
>
Parameters
service
:
string
Returns
Promise
<
null
|
string
>
get
Password
get
Password
(
service
,
account
)
:
Promise
<
null
|
string
>
Parameters
service
:
string
account
:
string
Returns
Promise
<
null
|
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
secret
Vault
clear
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Theia TypeDoc
Loading...