Proxmex.Auth (Proxmex v0.1.0)

Copy Markdown View Source

Summary

Functions

from_map!(map)

@spec from_map!(%{required(String.t()) => any()}) :: %Proxmex.Auth{
  realm: term(),
  secret: term(),
  token_id: term(),
  user: term()
}

header(auth)

@spec header(%Proxmex.Auth{
  realm: term(),
  secret: term(),
  token_id: term(),
  user: term()
}) :: String.t()