Part of twisted.cred.credentials View Source View In Hierarchy
Instance Variable | username | The username for the user being logged in. |
Instance Variable | pamConversion | A function that is called with a list of tuples (message, messageType). See the PAM documentation for the meaning of messageType. The function returns a Deferred which will fire with a list of (response, 0), one for each message. The 0 is currently unused, but is required by the PAM library. |