mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
HandleTokenStateAsync before each API call for refresh and auth bearer migration
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.App.Abstractions
|
||||
DateTime TokenExpiration { get; }
|
||||
bool TokenExpired { get; }
|
||||
TimeSpan TokenTimeRemaining { get; }
|
||||
bool TokenNeedseRefresh { get; }
|
||||
bool TokenNeedsRefresh { get; }
|
||||
string TokenUserId { get; }
|
||||
string TokenEmail { get; }
|
||||
string TokenName { get; }
|
||||
|
||||
Reference in New Issue
Block a user