Sippet.DigestAuth.make_response
You're seeing just the function
make_response
, go back to Sippet.DigestAuth module for more information.
Specs
make_response( incoming_request :: Sippet.Message.request(), status :: 401 | 407, realm(), resp_options() ) :: {:ok, Sippet.Message.response()}
Generates a response containing WWW-Authenticate
or Proxy-Authenticate
header for an incoming request. Use this function to answer to a request with
a 401 or 407 response.
A new nonce' will be generated to be used by the client in its response, but will expire after the time configured indicated in
nonce_timeout'.