Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuthMethod ¶
BasicAuthMethod is a basic authentication method
func NewBasicAuthMethod ¶
func NewBasicAuthMethod() *BasicAuthMethod
NewBasicAuthMethod creates a new BasicAuthMethod
func (*BasicAuthMethod) AuthMethodConstructor ¶
func (auth *BasicAuthMethod) AuthMethodConstructor(credential *credentials.Credential) (repository.AuthMethodReader, error)
AuthMethodConstructor return BasicAuthMethod from the given credential
func (*BasicAuthMethod) Name ¶
func (a *BasicAuthMethod) Name() string
Name returns the name of the authentication method
Click to show internal directories.
Click to hide internal directories.