class documentation

class ForcedAuthentication: (source)

View In Hierarchy

This authentication class is used if the test client or request factory forcibly authenticated the request.

Method __init__ Undocumented
Method authenticate Undocumented
Instance Variable force_token Undocumented
Instance Variable force_user Undocumented
def __init__(self, force_user, force_token): (source)

Undocumented

def authenticate(self, request): (source)

Undocumented

force_token = (source)

Undocumented

force_user = (source)

Undocumented