mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
Merge branch 'master' into soft-delete
This commit is contained in:
@@ -7,6 +7,7 @@ export abstract class TokenService {
|
||||
getToken: () => Promise<string>;
|
||||
setRefreshToken: (refreshToken: string) => Promise<any>;
|
||||
getRefreshToken: () => Promise<string>;
|
||||
toggleTokens: () => Promise<any>;
|
||||
setTwoFactorToken: (token: string, email: string) => Promise<any>;
|
||||
getTwoFactorToken: (email: string) => Promise<string>;
|
||||
clearTwoFactorToken: (email: string) => Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user