11.2使用方式

1.功能说明:一键登录

接口形式:跳转至登录页面,自动判断是否能够一键登录,若可以一键登录,则直接跳转至一键登录页面,若首次不行,则进入正常登录页面。

-(void)doLoginFromViewController:(UIViewController* )viewController
               completionHandler:(RNLoginHandler)handler;

与之前2.3中登录接口一样

Last updated

Was this helpful?