Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeytarServiceImpl

Hierarchy

  • KeytarServiceImpl

Implements

Index

Constructors

Properties

MAX_PASSWORD_LENGTH: 2500 = 2500
PASSWORD_CHUNK_SIZE: number = ...

Methods

  • deletePassword(service: string, account: string): Promise<boolean>
  • findCredentials(service: string): Promise<{ account: string; password: string }[]>
  • findPassword(service: string): Promise<undefined | string>
  • getPassword(service: string, account: string): Promise<undefined | string>
  • setPassword(service: string, account: string, password: string): Promise<void>