MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / authProvider

Function authProvider

internal/pluginhost/adapters.go:2160–2165  ·  view source on GitHub ↗
(auth *coreauth.Auth)

Source from the content-addressed store, hash-verified

2158}
2159
2160func authProvider(auth *coreauth.Auth) string {
2161 if auth == nil {
2162 return ""
2163 }
2164 return auth.Provider
2165}
2166
2167func authMetadata(auth *coreauth.Auth) map[string]any {
2168 if auth == nil {

Callers 4

RefreshMethod · 0.85
HttpRequestMethod · 0.85
buildExecutorRequestFunction · 0.85
RefreshAuthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected