Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthSource ¶
type AuthSource interface {
AuthSourceKind() string
GetName() string
GetClaimsFromHeader(http.Header) (map[string]any, error)
}
AuthSource is the interface for authentication sources.
type AuthSourceConfig ¶
type AuthSourceConfig interface {
AuthSourceConfigKind() string
Initialize() (AuthSource, error)
}
SourceConfig is the interface for configuring authentication sources.
Click to show internal directories.
Click to hide internal directories.