harishkrupo / oauth2ms

Apache License 2.0
72 stars 21 forks source link
emacs mbsync msal xoauth2

+TITLE: oauth2ms: XOAUTH2 compatible O365 token fetcher

+STARTUP: indent

** Encryption Encryption of the fetched token cache can be enabled using the =-e= (=--encrypt-using-fingerprint=) option. The option takes the email/fingerprint to identify the gpg key to use for encrypting and decrypting the token cache.

+begin_src sh

oauth2ms -e

+end_src