twisted.cred.test.test_cred.IDerivedCredentials(credentials.IUsernamePassword)
interface documentationtwisted.cred.test.test_cred
(View In Hierarchy)
Known implementations: twisted.cred.test.test_cred.DerivedCredentials
Inherited from IUsernamePassword:
Instance Variable | username | The username associated with these credentials. (type: bytes ) |
Instance Variable | password | The password associated with these credentials. (type: bytes ) |
Method | checkPassword | Validate these credentials against the correct password. |