MCPcopy Create free account
hub / github.com/UiPath/uipathcli / pluginAuth

Method pluginAuth

executor/plugin_executor.go:56–60  ·  view source on GitHub ↗
(auth *auth.AuthenticatorResult)

Source from the content-addressed store, hash-verified

54}
55
56func (e PluginExecutor) pluginAuth(auth *auth.AuthenticatorResult) plugin.AuthResult {
57 return plugin.AuthResult{
58 Token: auth.Token,
59 }
60}
61
62func (e PluginExecutor) Call(ctx ExecutionContext, writer output.OutputWriter, logger log.Logger) error {
63 auth, err := e.executeAuthenticators(ctx, logger)

Callers 1

CallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected