Mollie\Laravel\MollieConnectProvider::getTokenUrl PHP Method

getTokenUrl() protected method

Get the token URL for the provider.
protected getTokenUrl ( ) : string
return string
    protected function getTokenUrl()
    {
        return static::MOLLIE_API_URL . '/oauth2/tokens';
    }