Mollie\Laravel\MollieConnectProvider::getTokenUrl PHP Méthode

getTokenUrl() protected méthode

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