lpw
2026-07-15 bdad199a9d01d78468a34be3f0059be744855a08
frameworks/WASdkImpl.framework/Headers/WASdkLoginHandler.h
@@ -11,8 +11,13 @@
#import <WACommon/WACommon.h>
@interface WASdkLoginHandler : NSObject
+(void)loginWithResult:(WALoginResult*)loginResult delegate:(id<WALoginDelegate>)delegate;
//+(void)loginWithResult:(WALoginResult*)loginResult delegate:(id<WALoginDelegate>)delegate;
+(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