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

Public Member Functions

def __init__ (self, prompting=True, index_urls=None)
 
def __call__ (self, req)
 
def handle_401 (self, resp, **kwargs)
 
def warn_on_401 (self, resp, **kwargs)
 
def save_credentials (self, resp, **kwargs)
 

Data Fields

 prompting
 
 index_urls
 
 passwords
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  prompting = True,
  index_urls = None 
)

Member Function Documentation

◆ __call__()

def __call__ (   self,
  req 
)

Reimplemented from AuthBase.

◆ handle_401()

def handle_401 (   self,
  resp,
**  kwargs 
)

◆ save_credentials()

def save_credentials (   self,
  resp,
**  kwargs 
)
Response callback to save credentials on success.

◆ warn_on_401()

def warn_on_401 (   self,
  resp,
**  kwargs 
)
Response callback to warn about incorrect credentials.

Field Documentation

◆ index_urls

index_urls

◆ passwords

passwords

◆ prompting

prompting

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