类 OPPO
- java.lang.Object
-
- cn.authing.guard.handler.BaseHandler
-
- cn.authing.guard.social.handler.SocialAuthenticator
-
- cn.authing.guard.social.handler.OPPO
-
public class OPPO extends SocialAuthenticator
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAppId()static OPPOgetInstance()StringgetScope()voidlogin(Context context, AuthCallback<UserInfo> callback)protected voidoidcLogin(String authCode, AuthCallback<UserInfo> callback)voidsetAppId(String appId)voidsetScope(String scope)protected voidstandardLogin(String authCode, AuthCallback<UserInfo> callback)-
从类继承的方法 cn.authing.guard.social.handler.SocialAuthenticator
login, onDetachedFromWindow
-
从类继承的方法 cn.authing.guard.handler.BaseHandler
getAuthProtocol
-
-
-
-
方法详细资料
-
getInstance
public static OPPO getInstance()
-
login
public void login(Context context, @NotNull AuthCallback<UserInfo> callback)
- 指定者:
login在类中SocialAuthenticator
-
standardLogin
protected void standardLogin(String authCode, @NonNull AuthCallback<UserInfo> callback)
- 指定者:
standardLogin在类中SocialAuthenticator
-
oidcLogin
protected void oidcLogin(String authCode, @NonNull AuthCallback<UserInfo> callback)
- 指定者:
oidcLogin在类中SocialAuthenticator
-
getAppId
public String getAppId()
-
setAppId
public void setAppId(String appId)
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
-