abstract class Authn::Authenticator

Overview

Interface for providing User Credentials for use with a Docker Registry.

Direct Known Subclasses

Defined in:

authn/authn.cr

Instance Method Summary

Instance Method Detail

abstract def authorization : String #

Produces a value suitable for use in the Authorization header.


[View source]