ok
Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/ |
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); }