WordPress\AiClient\Providers\Http\Contracts
WithRequestAuthenticationInterface::getRequestAuthentication
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() WithRequestAuthenticationInterface::getRequestAuthentication WP 7.0.4
public function getRequestAuthentication(): \WordPress\AiClient\Providers\Http\Contracts\RequestAuthenticationInterface;