Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/credentials-service
CredentialsService
Interface CredentialsService
interface
CredentialsService
{
onDidChangePassword
:
Event
<
CredentialsChangeEvent
>
;
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
Implemented by
CredentialsServiceImpl
Index
Properties
on
Did
Change
Password
Methods
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Properties
Readonly
on
Did
Change
Password
onDidChangePassword
:
Event
<
CredentialsChangeEvent
>
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
Properties
on
Did
Change
Password
Methods
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...