1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-20 18:23:52 +00:00

passphrase cleanup

This commit is contained in:
Kyle Spearrin
2018-10-08 17:54:54 -04:00
parent c4da05dbb0
commit d5f86747bf
5 changed files with 7802 additions and 7790 deletions

View File

@@ -2,6 +2,7 @@ import { GeneratedPasswordHistory } from '../models/domain/generatedPasswordHist
export abstract class PasswordGenerationService {
generatePassword: (options: any) => Promise<string>;
generatePassphrase: (options: any) => Promise<string>;
getOptions: () => any;
saveOptions: (options: any) => Promise<any>;
getHistory: () => Promise<GeneratedPasswordHistory[]>;