class Authn::Helper
- Authn::Helper
- Authn::Authenticator
- Reference
- Object
Overview
This provider wraps a particularly named credential helper.
Defined in:
authn/helper.crConstant Summary
-
MAGIC_NOT_FOUND_MESSAGE =
"credentials not found in native keychain"
Constructors
-
.new(name : String, registry : Name::Registry)
Args: name: the name of the helper, as it appears in the Docker config.
Instance Method Summary
Instance methods inherited from class Authn::Authenticator
authorization : String
authorization
Constructor Detail
def self.new(name : String, registry : Name::Registry)
#
Args: name: the name of the helper, as it appears in the Docker config. registry: the registry for which we're invoking the helper.