WordPress\AiClient\Providers\Http\Contracts

WithRequestAuthenticationInterface::getRequestAuthenticationpublicWP 0.1.0

Returns the request authentication.

Метод класса: WithRequestAuthenticationInterface{}

Хуков нет.

Возвращает

RequestAuthenticationInterface. The authentication instance.

Использование

$WithRequestAuthenticationInterface = new WithRequestAuthenticationInterface();
$WithRequestAuthenticationInterface->getRequestAuthentication(): \WordPress\AiClient\Providers\Http\Contracts\RequestAuthenticationInterface;

Список изменений

С версии 0.1.0 Введена.

Код WithRequestAuthenticationInterface::getRequestAuthentication() WP 7.0.4

public function getRequestAuthentication(): \WordPress\AiClient\Providers\Http\Contracts\RequestAuthenticationInterface;