mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
updates
This commit is contained in:
@@ -7,7 +7,9 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
bool IsAuthenticated { get; }
|
||||
string Token { get; set; }
|
||||
string UserId { get; set; }
|
||||
|
||||
void LogOut();
|
||||
Task<ApiResult<TokenResponse>> TokenPostAsync(TokenRequest request);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user