Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
node/key-store-server
InMemoryCredentialsProvider
Class InMemoryCredentialsProvider
Index
Constructors
constructor
Methods
clear
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Constructors
constructor
new
InMemoryCredentialsProvider
()
:
InMemoryCredentialsProvider
Returns
InMemoryCredentialsProvider
Methods
clear
clear
()
:
Promise
<
void
>
Returns
Promise
<
void
>
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
<
null
|
string
>
Parameters
service
:
string
Returns
Promise
<
null
|
string
>
get
Password
getPassword
(
service
:
string
,
account
:
string
)
:
Promise
<
null
|
string
>
Parameters
service
:
string
account
:
string
Returns
Promise
<
null
|
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
Methods
clear
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...