Rename an invalid reference to BasicToken in the docs

This commit is contained in:
Jozef Knaperek 2016-09-19 21:52:06 +02:00
parent fe96ceced0
commit 76cc2f0319
No known key found for this signature in database
GPG Key ID: F8E6A46E811FA2D8

View File

@ -148,7 +148,7 @@ For clients to authenticate, the token key should be included in the `Authorizat
If successfully authenticated, `TokenAuthentication` provides the following credentials.
* `request.user` will be a Django `User` instance.
* `request.auth` will be a `rest_framework.authtoken.models.BasicToken` instance.
* `request.auth` will be a `rest_framework.authtoken.models.Token` instance.
Unauthenticated responses that are denied permission will result in an `HTTP 401 Unauthorized` response with an appropriate WWW-Authenticate header. For example: