Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/powershell
/ canHandleAuthentication
Method
canHandleAuthentication
lib/index.js:2391–2393 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2389
}
2390
// This handler cannot handle 401
2391
canHandleAuthentication() {
2392
return
false;
2393
}
2394
handleAuthentication() {
2395
return
__awaiter(this, void 0, void 0,
function
* () {
2396
throw
new
Error(
'not implemented'
);
Callers
1
request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected