Package cn.authing.guard.social
Class Alipay
- java.lang.Object
-
- cn.authing.guard.social.SocialAuthenticator
-
- cn.authing.guard.social.Alipay
-
public class Alipay extends SocialAuthenticator
-
-
Constructor Summary
Constructors Constructor Description Alipay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogin(Context context, AuthCallback<UserInfo> callback)通用跳转授权业务 Demo
-
-
-
Field Detail
-
appId
public static String appId
-
-
Method Detail
-
login
public void login(Context context, @NotNull AuthCallback<UserInfo> callback)
通用跳转授权业务 Demo- Specified by:
loginin classSocialAuthenticator
-
-