mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
bootstrap
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user