authorize method
Implementation
void authorize({required WeChatAuthEntry authEntry, required AuthorizeCall authorizeCall}) {
var arguments = authEntry.toMap();
arguments["authType"] = AuthType.weChat.name;
super.auth(arguments: arguments, authorizeCall: authorizeCall);
}