- Initialize the variable to AuthPerRequestOnly, which is also the default value in EspHttpBinding Signed-off-by: mayx <yanrui.ma@lexisnexisrisk.com>
@@ -78,7 +78,7 @@ private:
StringAttr respMsg;
StringAttr authStatus = AUTH_STATUS_NA;
StringAttr authenticationMethod;
- AuthType domainAuthType;
+ AuthType domainAuthType = AuthPerRequestOnly;
AuthError authError = EspAuthErrorNone;
ESPSerializationFormat respSerializationFormat;