MCPcopy
hub / github.com/wavetermdev/waveterm / AuthenticateCommand

Method AuthenticateCommand

frontend/app/store/wshclientapi.ts:34–37  ·  view source on GitHub ↗
(client: WshClient, data: string, opts?: RpcOpts)

Source from the content-addressed store, hash-verified

32
33 // command "authenticate" [call]
34 AuthenticateCommand(client: WshClient, data: string, opts?: RpcOpts): Promise<CommandAuthenticateRtnData> {
35 if (this.mockClient) return this.mockClient.mockWshRpcCall(client, "authenticate", data, opts);
36 return client.wshRpcCall("authenticate", data, opts);
37 }
38
39 // command "authenticatejobmanager" [call]
40 AuthenticateJobManagerCommand(client: WshClient, data: CommandAuthenticateJobManagerData, opts?: RpcOpts): Promise<void> {

Callers

nothing calls this directly

Calls 2

mockWshRpcCallMethod · 0.80
wshRpcCallMethod · 0.80

Tested by

no test coverage detected