package
1.5.1
Repository: https://github.com/wbh1/origin.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RequestToken uses the cmd arguments to locate an openshift oauth server and attempts to authenticate it returns the access token if it gets one.

# Constants

CSRFTokenHeader is a marker header that indicates we are not a browser that got tricked into requesting basic auth Corresponds to the header expected by basic-auth challenging authenticators.

# Structs

No description provided by the author
MultiHandler manages a series of authentication challenges it is single-use only, and not thread-safe.
NegotiateChallengeHandler manages a challenge negotiation session it is single-host, single-use only, and not thread-safe.
No description provided by the author

# Interfaces

ChallengeHandler handles responses to WWW-Authenticate challenges.
Negotiater defines the minimal interface needed to interact with GSSAPI to perform a negotiate challenge/response.