package
0.0.0-20250228164547-bad2d1bf3a37
Repository: https://github.com/openshift/library-go.git
Documentation: pkg.go.dev
# Functions
NewBasicAuthNoUsernameError returns an error for a basic challenge without a username.
No description provided by the author
No description provided by the author
# Structs
BasicAuthNoUsernameError when basic authentication challenge handling was attempted but the required username was not provided from the command line options.
BasicChallengeHandler handles the "WWW-Authenticate: Basic" challenges.
MultiHandler manages a series of authentication challenges it is single-use only, and not thread-safe.
# Interfaces
ChallengeHandler handles responses to WWW-Authenticate challenges.
PasswordPrompter is an interface for requesting passwords in the form of a string.