mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-09 08:45:26 +00:00
4 lines
164 B
Elixir
4 lines
164 B
Elixir
defmodule Pleroma.HTTPSignaturesAPI do
|
|
@callback validate_conn(conn :: Plug.Conn.t()) :: boolean
|
|
@callback signature_for_conn(conn :: Plug.Conn.t()) :: map
|
|
end
|