15 lines
330 B
Java
15 lines
330 B
Java
|
package com.huawei.hms.support.feature.service;
|
||
|
|
||
|
import android.content.Intent;
|
||
|
import com.huawei.hms.common.HuaweiApiInterface;
|
||
|
import o.HiE;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface AuthService extends HuaweiApiInterface {
|
||
|
HiE<Void> cancelAuthorization();
|
||
|
|
||
|
Intent getSignInIntent();
|
||
|
|
||
|
HiE<Void> signOut();
|
||
|
}
|