1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

move bow-row direct, and selected provider support

This commit is contained in:
Kyle Spearrin
2018-04-04 14:18:42 -04:00
parent f855a8272c
commit f673bd62d7
3 changed files with 58 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export abstract class AuthService {
email: string;
masterPasswordHash: string;
twoFactorProviders: Map<TwoFactorProviderType, { [key: string]: string; }>;
selectedTwoFactorProviderType: TwoFactorProviderType;
logIn: (email: string, masterPassword: string) => Promise<AuthResult>;
logInTwoFactor: (twoFactorProvider: TwoFactorProviderType, twoFactorToken: string,