1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00
This commit is contained in:
Kyle Spearrin
2016-05-02 17:50:16 -04:00
parent bc3d9c4465
commit e05ed4c1f2
33 changed files with 298 additions and 77 deletions

View File

@@ -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);
}
}