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

Method ParseAuth

internal/pluginhost/rpc_client.go:391–393  ·  view source on GitHub ↗
(ctx context.Context, req pluginapi.AuthParseRequest)

Source from the content-addressed store, hash-verified

389}
390
391func (a *rpcPluginAdapter) ParseAuth(ctx context.Context, req pluginapi.AuthParseRequest) (pluginapi.AuthParseResponse, error) {
392 return callPlugin[pluginapi.AuthParseResponse](ctx, a.client, pluginabi.MethodAuthParse, req)
393}
394
395func (a *rpcPluginAdapter) StartLogin(ctx context.Context, req pluginapi.AuthLoginStartRequest) (pluginapi.AuthLoginStartResponse, error) {
396 callbackID, closeCallback := a.openHostCallbackContext(ctx)

Callers

nothing calls this directly

Calls 1

callPluginFunction · 0.85

Tested by

no test coverage detected