class documentation
class BasicCredentialFactory: (source)
Constructor: BasicCredentialFactory(authenticationRealm)
Implements interfaces: twisted.web.iweb.ICredentialFactory
Credential Factory for HTTP Basic Authentication
Method | __init__ |
Undocumented |
Method | decode |
Parse the base64-encoded, colon-separated username and password into a credentials.UsernamePassword instance. |
Method | get |
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 | authentication |
The HTTP authentication realm which will be issued in challenges. |
Parse the base64-encoded, colon-separated username and password into a credentials.UsernamePassword
instance.
A str
giving the name of the authentication scheme with which this factory is associated. For example, 'basic' or 'digest'.