类 FaceBook
- java.lang.Object
-
- cn.authing.guard.handler.BaseHandler
-
- cn.authing.guard.social.handler.SocialAuthenticator
-
- cn.authing.guard.social.handler.FaceBook
-
public class FaceBook extends SocialAuthenticator
-
-
字段概要
字段 修饰符和类型 字段 说明 static intRC_SIGN_IN
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static FaceBookgetInstance()voidlogin(Context context, AuthCallback<UserInfo> callback)protected voidoidcLogin(String authCode, AuthCallback<UserInfo> callback)voidonActivityResult(int requestCode, int resultCode, Intent data)protected voidstandardLogin(String authCode, AuthCallback<UserInfo> callback)-
从类继承的方法 cn.authing.guard.social.handler.SocialAuthenticator
login, onDetachedFromWindow
-
从类继承的方法 cn.authing.guard.handler.BaseHandler
getAuthProtocol
-
-
-
-
字段详细资料
-
RC_SIGN_IN
public static final int RC_SIGN_IN
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
getInstance
public static FaceBook getInstance()
-
onActivityResult
public void onActivityResult(int requestCode, int resultCode, @Nullable Intent data)
-
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
-
-