AppserverIo\Appserver\ServletEngine\Http\Request::setAuthType PHP Méthode

setAuthType() public méthode

Set's the passed authentication type.
public setAuthType ( string | null $authType = null ) : void
$authType string | null The authentication type
Résultat void
    public function setAuthType($authType = null)
    {
        $this->authType = $authType;
    }