Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
CredentialsService
Interface CredentialsService
interface
CredentialsService
{
onDidChangePassword
:
Event
<
CredentialsChangeEvent
>
;
deletePassword
(
service
,
account
)
:
Promise
<
boolean
>
;
findCredentials
(
service
)
:
Promise
<
{
account
:
string
;
password
:
string
;
}
[]
>
;
findPassword
(
service
)
:
Promise
<
undefined
|
string
>
;
getPassword
(
service
,
account
)
:
Promise
<
undefined
|
string
>
;
setPassword
(
service
,
account
,
password
)
:
Promise
<
void
>
;
}
Hierarchy (
view full
)
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
on
Did
Change
Password
:
Event
<
CredentialsChangeEvent
>
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
>
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
on
Did
Change
Password
delete
Password
find
Credentials
find
Password
get
Password
set
Password
Theia TypeDoc
Loading...