PlugSignature.ConnTest.signed_connect

You're seeing just the macro signed_connect, go back to PlugSignature.ConnTest module for more information.
Link to this macro

signed_connect(conn, path, params_or_body \\ nil, sign_opts)

View Source (macro)

Makes a signed request to a Phoenix endpoint.

The last argument is a keyword list with signature options, with the :key and :key_id options being mandatory. For other options, please see with_signature/4.

Requires Phoenix.ConnTest.