Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
SecretsMainImpl
Class SecretsMainImpl
Implements
SecretsMain
Index
Constructors
constructor
Properties
credentials
Service
proxy
Methods
$delete
Password
$get
Password
$set
Password
get
Full
Key
Constructors
constructor
new
Secrets
Main
Impl
(
rpc
,
container
)
:
SecretsMainImpl
Parameters
rpc
:
RPCProtocol
container
:
Container
Returns
SecretsMainImpl
Properties
Private
Readonly
credentials
Service
credentials
Service
:
CredentialsService
Private
Readonly
proxy
proxy
:
SecretsExt
Methods
$delete
Password
$delete
Password
(
extensionId
,
key
)
:
Promise
<
void
>
Parameters
extensionId
:
string
key
:
string
Returns
Promise
<
void
>
$get
Password
$get
Password
(
extensionId
,
key
)
:
Promise
<
undefined
|
string
>
Parameters
extensionId
:
string
key
:
string
Returns
Promise
<
undefined
|
string
>
$set
Password
$set
Password
(
extensionId
,
key
,
value
)
:
Promise
<
void
>
Parameters
extensionId
:
string
key
:
string
value
:
string
Returns
Promise
<
void
>
Static
Private
get
Full
Key
get
Full
Key
(
extensionId
)
:
string
Parameters
extensionId
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
credentials
Service
proxy
$delete
Password
$get
Password
$set
Password
get
Full
Key
Theia TypeDoc
Loading...