Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CredentialsServiceImpl

Hierarchy

  • CredentialsServiceImpl

Implements

Index

Constructors

constructor

Properties

Private credentialsProvider

credentialsProvider: CredentialsProvider

Readonly onDidChangePassword

onDidChangePassword: Event<CredentialsChangeEvent> = ...

Private onDidChangePasswordEmitter

onDidChangePasswordEmitter: Emitter<CredentialsChangeEvent> = ...

Methods

deletePassword

  • deletePassword(service: string, account: string): Promise<boolean>

findCredentials

  • findCredentials(service: string): Promise<{ account: string; password: string }[]>

findPassword

  • findPassword(service: string): Promise<undefined | string>

getPassword

  • getPassword(service: string, account: string): Promise<undefined | string>

setPassword

  • setPassword(service: string, account: string, password: string): Promise<void>