View Source WeChat.Storage.HttpForHubClient (wechat v0.16.0)
通过 Http 获取 Hub 的 token 等,仅用于 hub_client
此模块使用 basic_auth 鉴权,如果需要其他鉴权方式,请参照自行实现
config :wechat, WeChat.Storage.HttpForHubClient,
hub_base_url: "http://hub.example.com",
username: "username",
password: "password"