MCPcopy Create free account
hub / github.com/gogs/gogs / Provider

Struct Provider

internal/auth/github/provider.go:10–12  ·  view source on GitHub ↗

Provider contains configuration of a PAM authentication provider.

Source from the content-addressed store, hash-verified

8
9// Provider contains configuration of a PAM authentication provider.
10type Provider struct {
11 config *Config
12}
13
14// NewProvider creates a new PAM authentication provider.
15func NewProvider(cfg *Config) auth.Provider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected