MCPcopy
hub / github.com/pocketbase/pocketbase / ProviderFactoryFunc

FuncType ProviderFactoryFunc

tools/auth/auth.go:14–14  ·  view source on GitHub ↗

ProviderFactoryFunc defines a function for initializing a new OAuth2 provider.

func() Provider

Source from the content-addressed store, hash-verified

12
13// ProviderFactoryFunc defines a function for initializing a new OAuth2 provider.
14type ProviderFactoryFunc func() Provider
15
16// Providers defines a map with all of the available OAuth2 providers.
17//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…