auth

package
v0.0.0-...-3e647be Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthType

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

func ParseAuthType

func ParseAuthType(typeString string) AuthType

func (AuthType) String

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