clearAuth method

void clearAuth()

清除Auth信息

Implementation

void clearAuth() {
  auth = "";
  PrefUtils.remove(SPKey.keyStrAuthorization);
}