class documentation
class APOPCredentials: (source)
Constructor: APOPCredentials(magic, username, digest)
Implements interfaces: twisted.cred.credentials.IUsernameHashedPassword
Credentials for use in APOP authentication.
Method | __init__ |
No summary |
Method | check |
Validate a plaintext password against the credentials. |
Instance Variable | digest |
See __init__ |
Instance Variable | magic |
See __init__ |
Instance Variable | username |
See __init__ |