Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretsMain

Hierarchy

  • SecretsMain

Implemented by

Index

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>