mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
update to netstandard2.0 and nuget ref packages
also removed old test projects no longer in use
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Bit.App.Services
|
||||
private readonly ISecureStorageService _secureStorage;
|
||||
|
||||
private string _token;
|
||||
private dynamic _decodedToken;
|
||||
private JObject _decodedToken;
|
||||
private string _refreshToken;
|
||||
|
||||
public TokenService(ISecureStorageService secureStorage)
|
||||
|
||||
Reference in New Issue
Block a user