package com.huawei.hms.support.hwid.service; import android.content.Intent; import com.huawei.hms.support.feature.service.AuthService; import com.huawei.hms.support.hwid.result.AuthHuaweiId; import o.HiE; /* loaded from: classes2.dex */ public interface HuaweiIdAuthService extends AuthService { Intent getSignInIntent(String str); HiE silentSignIn(); HiE silentSignIn(String str); }