MCPcopy
hub / github.com/tinyauthapp/tinyauth / UserinfoExtractor

FuncType UserinfoExtractor

internal/service/oauth_service.go:13–13  ·  view source on GitHub ↗
func(client *http.Client, url string) (config.Claims, error)

Source from the content-addressed store, hash-verified

11)
12
13type UserinfoExtractor func(client *http.Client, url string) (config.Claims, error)
14
15type OAuthService struct {
16 serviceCfg config.OAuthServiceConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected