Current section
Files
Jump to
Current section
Files
lib/pulsar/auth/none.ex
defmodule Pulsar.Auth.None do
@moduledoc false
def auth_method_name(_auth), do: nil
def auth_data(_auth), do: ""
end