Ejemplo n.º 1
0
 def __init__(self, app):
     self.__app = app
     self.redact_username_in_logs = app.config.redact_username_in_logs
     self.authenticators = get_authenticators(app.config.auth_config_file, app.config.auth_config_file_set)
Ejemplo n.º 2
0
 def __init__(self, config):
     self.redact_username_in_logs = config.redact_username_in_logs
     self.authenticators = get_authenticators(
         config.auth_config_file, config.is_set('auth_config_file'))
Ejemplo n.º 3
0
 def __init__(self, app):
     self.__app = app
     self.authenticators = get_authenticators(app.config.auth_config_file)
Ejemplo n.º 4
0
 def __init__(self, app):
     self.__app = app
     self.authenticators = get_authenticators(app.config.auth_config_file)