MCPcopy Create free account
hub / github.com/apache/cloudstack / _resumeAuthentication

Method _resumeAuthentication

systemvm/agent/noVNC/core/rfb.js:2473–2477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2471 // Resume authentication handshake after it was paused for some
2472 // reason, e.g. waiting for a password from the user
2473 _resumeAuthentication() {
2474 // We use setTimeout() so it's run in its own context, just like
2475 // it originally did via the WebSocket's event handler
2476 setTimeout(this._initMsg.bind(this), 0);
2477 }
2478
2479 _handleSetColourMapMsg() {
2480 Log.Debug("SetColorMapEntries");

Callers 2

sendCredentialsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected