/// <summary> /// Marks the token to be refreshed the next time data is accessed. /// </summary> public void Refresh() { _context.Expire(); }