PlugSignature.assign_client

You're seeing just the function assign_client, go back to PlugSignature module for more information.
Link to this function

assign_client(conn, client, field_name)

View Source

Specs

assign_client(Plug.Conn.t(), any(), atom()) :: Plug.Conn.t()

Success function that assigns the authenticated client under the specified key in the Plug.Conn struct.