sh-ow

Results 1 comments of sh-ow

I use the following in my .emacs: ``` (require 'auth-source-xoauth2) (defun my-xoauth2-get-secrets (host user port) (when (and (string= host $hostname) (string= user $username)) (list :token-url "https://accounts.google.com/o/oauth2/token" :client-id (auth-source-pass-get 'secret $location-in-pass)...