DockerAPI.Auth
SourceSummary
encode(auth) | Generate a Base64 encoded auth header from a struct |
encode(username, password, email) | Generate a Base64 encoded auth header from values |
Types
Functions
Specs:
- encode(DockerAPI.Auth.t) :: String.t
Generate a Base64 encoded auth header from a struct
Specs:
Generate a Base64 encoded auth header from values