MCPcopy
hub / github.com/yujiosaka/headless-chrome-crawler / setAuth

Method setAuth

test/server/index.js:50–52  ·  view source on GitHub ↗

* @param {!string} path * @param {!string} username * @param {!string} password

(path, username, password)

Source from the content-addressed store, hash-verified

48 * @param {!string} password
49 */
50 setAuth(path, username, password) {
51 this._auths.set(path, { username, password });
52 }
53
54 /**
55 * @param {string} path

Callers 1

index.test.jsFile · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected