Variable: tramp-password-save-function
tramp-password-save-function is a variable defined in tramp.el.gz.
Value
nil
Documentation
Password save function.
Will be called once the password has been verified by successful authentication.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defvar tramp-password-save-function nil
"Password save function.
Will be called once the password has been verified by successful
authentication.")