authn

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Anonymous

type Anonymous struct {
}

func (Anonymous) AuthenticateRequest

func (n Anonymous) AuthenticateRequest(*http.Request) (*authenticator.Response, bool, error)

type Authenticator

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

func NewAuthenticator

func NewAuthenticator(authenticator authenticator.Request) *Authenticator

func (*Authenticator) Authenticate

func (a *Authenticator) Authenticate(req *http.Request) (user.Info, error)

type NoAuth

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

func NewNoAuth added in v0.5.0

func NewNoAuth(client *client.Client) *NoAuth

func (*NoAuth) AuthenticateRequest

func (n *NoAuth) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error)

Jump to

Keyboard shortcuts

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