Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WeChatAccessTokenHandler ¶
type WeChatAccessTokenHandler struct {
Config *config.ClientConfig
ClientTokenHandler *kernel.TokenHandler
}
func NewWeChatAccessTokenHandler ¶
func NewWeChatAccessTokenHandler(cfg *config.ClientConfig, logger *logger.Logger, cache cache.ICache) (*WeChatAccessTokenHandler, error)
func (*WeChatAccessTokenHandler) OverrideGetCredentials ¶
func (acHandler *WeChatAccessTokenHandler) OverrideGetCredentials()
type WeChatClient ¶
type WeChatClient struct {
*kernel.BaseClient
}
func NewWeChatClient ¶
func NewWeChatClient(cfg *config.ClientConfig, logger *logger.Logger, cache cache.ICache) (*WeChatClient, error)
func (*WeChatClient) OverrideCheckTokenNeedRefresh ¶
func (client *WeChatClient) OverrideCheckTokenNeedRefresh()
Click to show internal directories.
Click to hide internal directories.