PlugSignature.assign_client
You're seeing just the function
assign_client
, go back to PlugSignature module for more information.
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.