▸ constructor(dbPath
: string): void_
Returns: void
▸ addEntry(entry
: [NewEntry]): boolean
Parameters:
Name | Type |
---|---|
entry |
[NewEntry] |
Returns: boolean
▸ getEntries(): [Entry]
Returns: [Entry]
▸ getEntryCredentials(entryId
: string): [EntryCredentials]
Returns: [EntryCredentials]
▸ login(password
: string, username
: string, secret
: string): void
Parameters:
Name | Type |
---|---|
password |
string |
username |
string |
secret |
string |
Returns: void
Ƭ NewEntry: Record‹NewEntryFields, string›
Ƭ NewEntryFields: _"id" | "name" | "url" | "type" | "username" | "password" | "otp"
Ƭ Entry: Record‹EntryFields, string›
Ƭ EntryFields: _"id" | "name" | "url" | "type"
Ƭ EntryCredentials: Record‹EntryCredentialsFields, string›
Ƭ EntryCredentialsFields: _"username" | "password" | "otp";