Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/credentials-service
CredentialsProvider
Interface CredentialsProvider
interface
CredentialsProvider
{
deletePassword
(
service
:
string
,
account
:
string
)
:
Promise
<
boolean
>
;
findCredentials
(
service
:
string
,
)
:
Promise
<
{
account
:
string
;
password
:
string
}
[]
>
;
findPassword
(
service
:
string
)
:
Promise
<
undefined
|
string
>
;
getPassword
(
service
:
string
,
account
:
string
)
:
Promise
<
undefined
|
string
>
;
setPassword
(
service
:
string
,
account
:
string
,
password
:
string
,
)
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
CredentialsProvider
CredentialsService
Index
Methods
delete
Password
find
Credentials
find
Password
get
Password
set
Password
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
>
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
Methods
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...