class BasicCredentialFactory: (source)
Implements interfaces: twisted.web.iweb.ICredentialFactory
Method | __init__ |
Undocumented |
Method | decode |
Parse the base64-encoded, colon-separated username and password into a credentials.UsernamePassword instance. |
Method | getChallenge |
Return a challenge including the HTTP authentication realm with which this factory was created. |
Class Variable | scheme |
A str giving the name of the authentication scheme with which this factory is associated. For example, 'basic' or 'digest'. |
Instance Variable | authenticationRealm |
The HTTP authentication realm which will be issued in challenges. |
credentials.UsernamePassword
instance.str
giving the name of the authentication scheme with which this factory is associated. For example, 'basic' or 'digest'.