MCPcopy Index your code
hub / github.com/encode/django-rest-framework / authenticate

Method authenticate

rest_framework/request.py:136–137  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

134 self.force_token = force_token
135
136 def authenticate(self, request):
137 return (self.force_user, self.force_token)
138
139
140class Request:

Callers 1

_authenticateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected