class documentation

class ForceAuthClientHandler(ClientHandler): (source)

View In Hierarchy

A patched version of ClientHandler that can enforce authentication on the outgoing requests.

Method __init__ Undocumented
Method get_response Undocumented
Instance Variable _force_token Undocumented
Instance Variable _force_user Undocumented
def __init__(self, *args, **kwargs): (source)

Undocumented

def get_response(self, request): (source)

Undocumented

_force_token = (source)

Undocumented

_force_user = (source)

Undocumented