Kreuzcrawl.AuthConfig (kreuzcrawl v0.3.0-rc.3)

Copy Markdown

Authentication configuration.

Summary

Types

basic()

@type basic() :: %{type: :basic, username: term(), password: term()}

bearer()

@type bearer() :: %{type: :bearer, token: term()}

header()

@type header() :: %{type: :header, name: term(), value: term()}

t()

@type t() :: term()