auth

package
v1.5.6 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: Apache-2.0 Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthType added in v1.5.0

type AuthType int
const (
	AuthTypeUnknown AuthType = iota
	AuthTypePat
	AuthTypeOauthU2M
	AuthTypeOauthM2M
)

func ParseAuthType added in v1.5.0

func ParseAuthType(typeString string) AuthType

func (AuthType) String added in v1.5.0

func (at AuthType) String() string

type Authenticator

type Authenticator interface {
	Authenticate(*http.Request) error
}

Directories

Path Synopsis
m2m
u2m

Jump to

Keyboard shortcuts

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