Part of twisted.web._auth.basic View Source View In Hierarchy
Implements interfaces: twisted.web.iweb.ICredentialFactory
Instance Variables | authenticationRealm | The HTTP authentication realm which will be issued in challenges.
(type: str
) |
Method | __init__ | Undocumented |
Method | getChallenge | Return a challenge including the HTTP authentication realm with which this factory was created. |
Method | decode | Parse the base64-encoded, colon-separated username and password into a
credentials.UsernamePassword
instance.
|
credentials.UsernamePassword
instance.