类 Google
- java.lang.Object
-
- cn.authing.guard.handler.BaseHandler
-
- cn.authing.guard.social.SocialAuthenticator
-
- cn.authing.guard.social.Google
-
public class Google extends SocialAuthenticator
-
-
字段概要
字段 修饰符和类型 字段 说明 static intRC_SIGN_IN
-
构造器概要
构造器 构造器 说明 Google()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidlogin(android.content.Context context, AuthCallback<UserInfo> callback)protected voidoidcLogin(java.lang.String authCode, AuthCallback<UserInfo> callback)protected voidonDetachedFromWindow()protected voidstandardLogin(java.lang.String authCode, AuthCallback<UserInfo> callback)voidunregisterReceiver()-
从类继承的方法 cn.authing.guard.social.SocialAuthenticator
login
-
从类继承的方法 cn.authing.guard.handler.BaseHandler
getAuthProtocol
-
-
-
-
字段详细资料
-
RC_SIGN_IN
public static final int RC_SIGN_IN
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
login
public void login(android.content.Context context, @NonNull AuthCallback<UserInfo> callback)- 指定者:
login在类中SocialAuthenticator
-
unregisterReceiver
public void unregisterReceiver()
-
onDetachedFromWindow
protected void onDetachedFromWindow()
-
standardLogin
protected void standardLogin(java.lang.String authCode, @NonNull AuthCallback<UserInfo> callback)- 指定者:
standardLogin在类中SocialAuthenticator
-
oidcLogin
protected void oidcLogin(java.lang.String authCode, @NonNull AuthCallback<UserInfo> callback)- 指定者:
oidcLogin在类中SocialAuthenticator
-
-