CACHE_KEY_ACCESS_TOKEN
CACHE_KEY_ACCESS_TOKEN = 'easywechat.open_platform.authorizer_access_token'
$cache : \Doctrine\Common\Cache\Cache
Cache.
$api : \EasyWeChat\OpenPlatform\Api\BaseApi
Base API.
__construct(\EasyWeChat\OpenPlatform\Api\BaseApi $api, string $openPlatformAppId, \Doctrine\Common\Cache\Cache $cache)
Authorizer Constructor.
\EasyWeChat\OpenPlatform\Api\BaseApi | $api | |
string | $openPlatformAppId | OpenPlatform AppId |
\Doctrine\Common\Cache\Cache | $cache |
getApi() : \EasyWeChat\OpenPlatform\Api\BaseApi
Gets the base api.