()
| 36 | } |
| 37 | |
| 38 | function fail() { |
| 39 | console.error('Failed to authenticate'); |
| 40 | process.exit(1); |
| 41 | } |
| 42 | |
| 43 | // Authenticate the client using the credentials |
| 44 | // If credentials do not exist OR if existing credentials are not valid, |
no test coverage detected