Regc.Credential (regc v0.0.2)
View SourceRegistry credentials used by Basic and Bearer authentication.
Credential providers may be a credential, a host-keyed map, a one-argument
function, a module exporting fetch/1, or {module, state} where the module
exports fetch/2. Provider callbacks may return a credential directly,
{:ok, credential}, :none, or {:error, reason}.
Summary
Functions
Builds and validates one credential.