Function: auth-source-returned-keys

auth-source-returned-keys is a macro defined in auth-source.el.gz.

Signature

(auth-source-returned-keys SPEC)

Documentation

Needed keys (always including host, login, port, and secret).

Source Code

;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defmacro auth-source-returned-keys (spec)
  "Needed keys (always including host, login, port, and secret)."
  `(seq-union '(:host :login :port :secret) (auth-source-search-keys ,spec)))