command "authenticatetojobmanager", wshserver.AuthenticateToJobManagerCommand
(w *wshutil.WshRpc, data wshrpc.CommandAuthenticateToJobData, opts *wshrpc.RpcOpts)
| 49 | |
| 50 | // command "authenticatetojobmanager", wshserver.AuthenticateToJobManagerCommand |
| 51 | func AuthenticateToJobManagerCommand(w *wshutil.WshRpc, data wshrpc.CommandAuthenticateToJobData, opts *wshrpc.RpcOpts) error { |
| 52 | _, err := sendRpcRequestCallHelper[any](w, "authenticatetojobmanager", data, opts) |
| 53 | return err |
| 54 | } |
| 55 | |
| 56 | // command "authenticatetoken", wshserver.AuthenticateTokenCommand |
| 57 | func AuthenticateTokenCommand(w *wshutil.WshRpc, data wshrpc.CommandAuthenticateTokenData, opts *wshrpc.RpcOpts) (wshrpc.CommandAuthenticateRtnData, error) { |