Omnipay\PayPal\Message\RestTokenRequest::getEndpoint PHP Method

getEndpoint() protected method

protected getEndpoint ( )
    protected function getEndpoint()
    {
        return parent::getEndpoint() . '/oauth2/token';
    }