1
0
Fork 0
Dieses Repository wurde am 2022-08-25 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
office365-oauth2-authenticator/login_example
2018-09-11 10:43:40 +02:00

10 Zeilen
211 B
Bash
Ausführbare Datei

#!/bin/sh
# OPTIONS="--debug --crawler-debug"
export MS_OFFICE365_SITE="https://foo.sharepoint.com/"
export MS_OFFICE365_LOGIN="bar@example.com"
export MS_OFFICE365_PASSWORD="5eCrEt"
node ./index.js $OPTIONS