Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CredentialsServiceImpl

Hierarchy

  • CredentialsServiceImpl

Implements

Index

Constructors

Properties

credentialsProvider: CredentialsProvider
onDidChangePassword: Event<CredentialsChangeEvent> = ...
onDidChangePasswordEmitter: Emitter<CredentialsChangeEvent> = ...

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>