class twisted.web.guard.BasicCredentialFactory: (source)
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. |
Class Variable | scheme | A str giving the name of the authentication scheme with which this factory is associated. For example, 'basic' or 'digest' . |
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. |
bytes
)
Return a challenge including the HTTP authentication realm with which this factory was created.
Parse the base64-encoded, colon-separated username and password into a credentials.UsernamePassword
instance.