OpenQuizz
Une application de gestion des contenus pédagogiques
HTTPBasicAuth Class Reference
Inheritance diagram for HTTPBasicAuth:
Collaboration diagram for HTTPBasicAuth:

Public Member Functions

def __init__ (self, username, password)
 
def __eq__ (self, other)
 
def __ne__ (self, other)
 
def __call__ (self, r)
 

Data Fields

 username
 
 password
 

Detailed Description

Attaches HTTP Basic Authentication to the given Request object.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  username,
  password 
)

Member Function Documentation

◆ __call__()

def __call__ (   self,
  r 
)

Reimplemented from AuthBase.

Reimplemented in HTTPProxyAuth.

◆ __eq__()

def __eq__ (   self,
  other 
)

◆ __ne__()

def __ne__ (   self,
  other 
)

Field Documentation

◆ password

password

◆ username

username

The documentation for this class was generated from the following file: