url-basic-auth-storage
url-basic-auth-storage is a variable defined in `url-auth.el
'.
Its value is url-http-real-basic-auth-storageDocumentation: Where usernames and passwords are stored. Must be a symbol pointing to another variable that will actually store the information. The value of this variable is an assoc list of assoc lists. The first assoc list is keyed by the server name. The cdr of this is an assoc list based on the 'directory' specified by the URL we are looking up.