Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/secrets-ext
InternalSecretsExt
Interface InternalSecretsExt
interface
InternalSecretsExt
{
$onDidChangePassword
(
e
:
{
extensionId
:
string
;
key
:
string
}
,
)
:
Promise
<
void
>
;
delete
(
extensionId
:
string
,
key
:
string
)
:
Promise
<
void
>
;
get
(
extensionId
:
string
,
key
:
string
)
:
Promise
<
undefined
|
string
>
;
onDidChangePassword
(
listener
:
(
e
:
PasswordChange
)
=>
any
,
thisArgs
?:
any
,
disposables
?:
DisposableGroup
,
)
:
Disposable
;
store
(
extensionId
:
string
,
key
:
string
,
value
:
string
)
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
SecretsExt
InternalSecretsExt
Implemented by
SecretsExtImpl
Index
Methods
$on
Did
Change
Password
delete
get
on
Did
Change
Password
store
Methods
$on
Did
Change
Password
$onDidChangePassword
(
e
:
{
extensionId
:
string
;
key
:
string
}
)
:
Promise
<
void
>
Parameters
e
:
{
extensionId
:
string
;
key
:
string
}
Returns
Promise
<
void
>
delete
delete
(
extensionId
:
string
,
key
:
string
)
:
Promise
<
void
>
Parameters
extensionId
:
string
key
:
string
Returns
Promise
<
void
>
get
get
(
extensionId
:
string
,
key
:
string
)
:
Promise
<
undefined
|
string
>
Parameters
extensionId
:
string
key
:
string
Returns
Promise
<
undefined
|
string
>
on
Did
Change
Password
onDidChangePassword
(
listener
:
(
e
:
PasswordChange
)
=>
any
,
thisArgs
?:
any
,
disposables
?:
DisposableGroup
,
)
:
Disposable
eslint-disable-next-line @typescript-eslint/no-explicit-any
Parameters
listener
:
(
e
:
PasswordChange
)
=>
any
Optional
thisArgs
:
any
Optional
disposables
:
DisposableGroup
Returns
Disposable
store
store
(
extensionId
:
string
,
key
:
string
,
value
:
string
)
:
Promise
<
void
>
Parameters
extensionId
:
string
key
:
string
value
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$on
Did
Change
Password
delete
get
on
Did
Change
Password
store
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
eslint-disable-next-line @typescript-eslint/no-explicit-any