pull/57/head
MillenniumEarl 2020-12-03 10:12:56 +01:00
parent 43172692bf
commit a6fd754f75
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ module.exports.fetchHTML = async function (url) {
* and token obtained previously. Save cookies on your * and token obtained previously. Save cookies on your
* device after authentication. * device after authentication.
* @param {Credentials} credentials Platform access credentials * @param {Credentials} credentials Platform access credentials
* @param {Boolea} force Specifies whether the request should be forced, ignoring any saved cookies * @param {Boolean} force Specifies whether the request should be forced, ignoring any saved cookies
* @returns {Promise<LoginResult>} Result of the operation * @returns {Promise<LoginResult>} Result of the operation
*/ */
module.exports.authenticate = async function (credentials, force) { module.exports.authenticate = async function (credentials, force) {