1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 23:33:34 +00:00

bootstrap

This commit is contained in:
Kyle Spearrin
2019-04-18 12:31:35 -04:00
parent fff32e8086
commit e141991166
2 changed files with 17 additions and 1 deletions

View File

@@ -19,5 +19,6 @@ namespace Bit.Core.Abstractions
Task<AuthResult> LogInCompleteAsync(string email, string masterPassword, TwoFactorProviderType twoFactorProvider, string twoFactorToken, bool? remember = null);
Task<AuthResult> LogInTwoFactorAsync(TwoFactorProviderType twoFactorProvider, string twoFactorToken, bool? remember = null);
void LogOut(Action callback);
void Init();
}
}