Skip to content

Commit 8fff7fc

Browse files
committed
Updated the comment
1 parent d0e5c09 commit 8fff7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/contentstackClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export default function contentstackClient ({ http }) {
3333
* @param {Object} requestBody - Login credentials
3434
* @param {string} requestBody.email - Email address
3535
* @param {string} requestBody.password - Password
36-
* @param {string} [requestBody.token] - 2FA token
37-
* @param {string} [requestBody.tfa_token] - Alternative 2FA token
36+
* @param {string} [requestBody.tfa_token] - 2FA Token
3837
* @param {string} [requestBody.mfaSecret] - TOTP secret key for generating 2FA token
38+
* @param {string} [requestBody.token] - token for user to login
3939
* @param {Object} params - Additional parameters
4040
* @returns {Promise}
4141
*/

0 commit comments

Comments
 (0)