Skip to content

Commit

Permalink
Update lib/kerberos.js
Browse files Browse the repository at this point in the history
Co-authored-by: Durran Jordan <[email protected]>
  • Loading branch information
arabull and durran authored Sep 5, 2024
1 parent 1eabc9d commit b7e97b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kerberos.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ KerberosClient.prototype.step = defineOperation(KerberosClient.prototype.step, [
* @param {string} challenge The response returned after calling `unwrap`
* @param {object} [options] Optional settings
* @param {string} [options.user] The user to authorize
* @param {string} [options.protect] Indicates if the wrap should request message confidentiality
* @param {boolean} [options.protect] Indicates if the wrap should request message confidentiality
* @param {function} [callback]
* @return {Promise} returns Promise if no callback passed
*/
Expand Down

0 comments on commit b7e97b2

Please sign in to comment.