ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/AuthManagerInterface.php

<?php

declare(strict_types=1);

namespace Square;

use Square\Http\HttpRequest;

/**
 * Interface for defining the behavior of Authentication Classes.
 */
interface AuthManagerInterface
{
    /**
     * Adds authentication to the given HttpRequest.
     */
    public function apply(HttpRequest $httpRequest);
}

Zerion Mini Shell 1.0