import pay from "./pay";
import share from "./share";
import authorize from "./authorize";
import msg from "./msg"; // APP Detail
import getUser from "./getUser";
import explicitAuth from "./explicitAuth";

export default {
  msg,
  pay,
  share,
  getUser,
  ...explicitAuth,
  ...authorize,
};
