1
0
Fork 0
Este repositório foi arquivado em 2022-08-25. Você pode visualizar arquivos e cloná-lo, mas não pode fazer push, abrir issues ou pull requests.
office365-oauth2-authenticator/login_example
2018-09-11 10:43:40 +02:00

10 linhas
211 B
Bash
Arquivo executável

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