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

Method Authenticate

internal/pluginhost/rpc_client.go:422–424  ·  view source on GitHub ↗
(ctx context.Context, req pluginapi.FrontendAuthRequest)

Source from the content-addressed store, hash-verified

420}
421
422func (a *rpcPluginAdapter) Authenticate(ctx context.Context, req pluginapi.FrontendAuthRequest) (pluginapi.FrontendAuthResponse, error) {
423 return callPlugin[pluginapi.FrontendAuthResponse](ctx, a.client, pluginabi.MethodFrontendAuthAuthenticate, req)
424}
425
426func (a *rpcPluginAdapter) Execute(ctx context.Context, req pluginapi.ExecutorRequest) (pluginapi.ExecutorResponse, error) {
427 callbackID, closeCallback := a.openHostCallbackContext(ctx)

Callers

nothing calls this directly

Calls 1

callPluginFunction · 0.85

Tested by

no test coverage detected