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

Struct frontendAuthProviderFunc

internal/pluginhost/adapters_test.go:3126–3129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3124}
3125
3126type frontendAuthProviderFunc struct {
3127 identifier string
3128 authenticate func(context.Context, pluginapi.FrontendAuthRequest) (pluginapi.FrontendAuthResponse, error)
3129}
3130
3131func (f frontendAuthProviderFunc) Identifier() string {
3132 return f.identifier

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected