auth

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authenticator

type Authenticator interface {
	Authenticate(challenge *Challenge, ignoreCached bool) (Token, error)
}

func NewAuthenticator

func NewAuthenticator(client *http.Client, credentials RegistryCredentials) Authenticator

type Challenge

type Challenge struct {
	// contains filtered or unexported fields
}

func ParseChallenge

func ParseChallenge(challengeHeader string) (ch *Challenge, err error)

type RegistryCredentials

type RegistryCredentials interface {
	User() string
	Password() string
	IdentityToken() string
	SetPassword(password string)
	SetUser(user string)
}

type Token

type Token interface {
	Value() string
	Fresh() bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL