clearCache method

void clearCache()

Implementation

void clearCache() {
  _msRefreshToken = null;
  _microsoftAccount = null;
}