office365-oauth2-authentica.../login.example

8 lines
166 B
Bash
Executable File

#!/bin/sh
export MS_OFFICE365_SITE="https://foo.sharepoint.com/"
export MS_OFFICE365_LOGIN="user@example.com"
export MS_OFFICE365_PASSWORD="5eCrEt"
node ./index.js