Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 721 Bytes

ApiGen_authentication.md

File metadata and controls

17 lines (14 loc) · 721 Bytes

ZAP 2.7.0 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