Method: Arachni::OptionGroups::HTTP#authentication_password

Defined in:
lib/arachni/option_groups/http.rb

#authentication_passwordString

Returns Password to use for HTTP authentication.

Returns:

  • (String)

    Password to use for HTTP authentication.

See Also:



71
72
73
# File 'lib/arachni/option_groups/http.rb', line 71

def authentication_password
  @authentication_password
end