Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SecretsMainImpl

Hierarchy

  • SecretsMainImpl

Implements

Index

Constructors

constructor

Properties

Private Readonly credentialsService

credentialsService: CredentialsService

Private Readonly proxy

proxy: SecretsExt

Methods

$deletePassword

  • $deletePassword(extensionId: string, key: string): Promise<void>

$getPassword

  • $getPassword(extensionId: string, key: string): Promise<undefined | string>

$setPassword

  • $setPassword(extensionId: string, key: string, value: string): Promise<void>

Static Private getFullKey

  • getFullKey(extensionId: string): string