ApiGen_authentication - psiinon/zaproxy GitHub Wiki

ZAP 2.4.3 API

Component: authentication

Name Type Parameters Description
getSupportedAuthenticationMethods view
getAuthenticationMethodConfigParams view authMethodName*
getAuthenticationMethod view contextId*
getLoggedInIndicator view contextId*
getLoggedOutIndicator view contextId*
setAuthenticationMethod action contextId* authMethodName* authMethodConfigParams
setLoggedInIndicator action contextId* loggedInIndicatorRegex*
setLoggedOutIndicator action contextId* loggedOutIndicatorRegex*

Starred parameters are mandatory

Back to index