Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(authRequestHandlers ...authenticator.Request) authenticator.Request
New returns a request authenticator that validates credentials using a chain of authenticator.Request objects. The entire chain is tried until one succeeds. If all fail, an aggregate error is returned.
func NewFailOnError ¶ added in v1.5.0
func NewFailOnError(authRequestHandlers ...authenticator.Request) authenticator.Request
NewFailOnError returns a request authenticator that validates credentials using a chain of authenticator.Request objects. The first error short-circuits the chain.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.