auth

package
v0.19.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2025 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 AuthService added in v0.2.0

type AuthService interface {
	AuthServiceKind() string
	GetName() string
	GetClaimsFromHeader(context.Context, http.Header) (map[string]any, error)
}

AuthService is the interface for authentication services.

type AuthServiceConfig added in v0.2.0

type AuthServiceConfig interface {
	AuthServiceConfigKind() string
	Initialize() (AuthService, error)
}

AuthServiceConfig is the interface for configuring authentication services.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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