Future<bool> get isAuthorized async => await containsAuthorizationHeader && await containsJwtInStorage && await containsRefreshTokenInStorage;