module Authn

Overview

Module Authn defines different methods of authentication for talking to a container registry.

Defined in:

authn/authn.cr
authn/keychain.cr
authn/multikeychain.cr

Constant Summary

ANONYMOUS = Anonymous.new

Singleton Authenticator for providing anonymous auth.

Class Method Summary

Class Method Detail

def self.multi_keychain(*kcs : Keychain) #

[View source]