🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 17:10:14 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-includes
/
php-ai-client
/
src
/
Providers
/
Http
/
Contracts
📍 /home/therahul/public_html/wp-includes/php-ai-client/src/Providers/Http/Contracts
🔄 Refresh
✏️
Editing: RequestAuthenticationInterface.php
Writable
<?php declare (strict_types=1); namespace WordPress\AiClient\Providers\Http\Contracts; use WordPress\AiClient\Common\Contracts\WithJsonSchemaInterface; use WordPress\AiClient\Providers\Http\DTO\Request; /** * Interface for HTTP request authentication. * * @since 0.1.0 */ interface RequestAuthenticationInterface extends WithJsonSchemaInterface { /** * Authenticates an HTTP request. * * @since 0.1.0 * * @param Request $request The request to authenticate. * @return Request The authenticated request. */ public function authenticateRequest(Request $request): Request; }
💾 Save Changes
❌ Cancel