Class: SASLSHA1

SASLSHA1()

new SASLSHA1()

SASL SCRAM SHA 1 authentication.

Source:

Methods

clientChallenge(connection, test_cnonceopt)

Parameters:
Name Type Attributes Description
connection Connection
test_cnonce string <optional>
Source:

(async) onChallenge(connection, challengeopt) → {Promise.<(string|false)>}

Parameters:
Name Type Attributes Description
connection Connection
challenge string <optional>
Source:
Returns:

Mechanism response.

Type
Promise.<(string|false)>

test(connection)

Parameters:
Name Type Description
connection Connection
Source: