Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/paypal/module-braintree-core/Api/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/paypal/module-braintree-core/Api/AuthInterface.php

<?php

namespace PayPal\Braintree\Api;

use PayPal\Braintree\Api\Data\AuthDataInterface;

/**
 * Interface AuthInterface
 * @api
 **/
interface AuthInterface
{
    /**
     * Returns details required to be able to submit a payment with apple pay.
     * @return \PayPal\Braintree\Api\Data\AuthDataInterface
     */
    public function get(): AuthDataInterface;
}