Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/secrets-ext
SecretsExtImpl
Class SecretsExtImpl
Implements
InternalSecretsExt
Index
Constructors
constructor
Properties
on
Did
Change
Password
Methods
$on
Did
Change
Password
delete
get
store
Constructors
constructor
new
SecretsExtImpl
(
rpc
:
RPCProtocol
)
:
SecretsExtImpl
Parameters
rpc
:
RPCProtocol
Returns
SecretsExtImpl
Properties
Readonly
on
Did
Change
Password
onDidChangePassword
:
Event
<
PasswordChange
>
= ...
eslint-disable-next-line @typescript-eslint/no-explicit-any
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
>
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
Constructors
constructor
Properties
on
Did
Change
Password
Methods
$on
Did
Change
Password
delete
get
store
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
eslint-disable-next-line @typescript-eslint/no-explicit-any