Yandex\Market\Partner\PartnerClient::getAccessToken PHP Method

getAccessToken() public method

Get OAuth data for header request
See also: http://api.yandex.ru/market/partner/doc/dg/concepts/authorization.xml
public getAccessToken ( ) : string
return string
    public function getAccessToken()
    {
        return 'oauth_token=' . parent::getAccessToken() . ', oauth_client_id=' . $this->getClientId() . ', oauth_login=' . $this->getLogin();
    }