このリポジトリは2022-08-25にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
office365-oauth2-authenticator/login_example
2018-09-11 10:43:40 +02:00

10 行
211 B
Bash
実行ファイル

#!/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