mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
support for otpauth:// urls for totp codes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export abstract class TotpService {
|
||||
getCode: (keyb32: string) => Promise<string>;
|
||||
getCode: (key: string) => Promise<string>;
|
||||
getTimeInterval: (key: string) => number;
|
||||
isAutoCopyEnabled: () => Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user