lpw
2026-07-16 5e128c7c6d8b08901f78b5ecf8ee5e4ea16c6777
frameworks/WASdkImpl.framework/Headers/WASdkLoginHandler.h
@@ -15,4 +15,9 @@
+(void)loginWithResult:(WALoginResult*)loginResult extInfo:(NSString*)extInfo delegate:(id<WALoginDelegate>)delegate;
+(void)refreshTokenWithBlock:(void(^)(NSError* error ,NSString* token))block;
+(void)getLoginWay:(void(^)(NSError* error ,NSArray* loginWays))block;
// deeplink cid获取,先用旧的,获取新的token
+(void)refreshTokenWithInfo:(NSDictionary*)param Block:(void(^)(NSError* error ,NSString* token))block;
@end