Implements interfaces: twisted.web.iweb.ICredentialFactory

Credential Factory for HTTP Basic Authentication

Instance Variable authenticationRealm The HTTP authentication realm which will be issued in challenges. (type: bytes)
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.
authenticationRealm =
The HTTP authentication realm which will be issued in challenges. (type: bytes)
def __init__(self, authenticationRealm): (source)
Undocumented
def getChallenge(self, request): (source)

Return a challenge including the HTTP authentication realm with which this factory was created.

def decode(self, response, request): (source)

Parse the base64-encoded, colon-separated username and password into a credentials.UsernamePassword instance.

API Documentation for Twisted, generated by pydoctor at 2018-10-15 19:29:43.