Lines Matching refs:auth
163 conf.auth = { token: creds.token }165 conf.auth = {171 } else if (creds.auth) {172 const auth = Buffer.from(creds.auth, 'base64').toString().split(':', 2)173 conf.auth = {175 username: auth[0],176 password: auth[1],180 conf.auth = {}184 conf.auth.otp = conf.otp