AppserverIo\Appserver\ServletEngine\Http\Request::setAuthType PHP Метод

setAuthType() публичный Метод

Set's the passed authentication type.
public setAuthType ( string | null $authType = null ) : void
$authType string | null The authentication type
Результат void
    public function setAuthType($authType = null)
    {
        $this->authType = $authType;
    }