Skip to content

Commit

Permalink
removing reference to refresh_token_by_default in the adapter class docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Sep 27, 2016
1 parent 9612391 commit 0b2c5ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/source/adapter_class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ This should contain the base URL that will be concatenated with the resource map

For more information about the ``serializer_class`` attribute, read the :doc:`serializers documentation <serializers>`.

.. attribute:: refresh_token_by_default

The default value for this attribute is ```False```.
If set to ```True```, automatically calls ```refresh_authentication``` if ```is_authentication_expired``` returns ```True```.

For more information about token refreshing, read the doc :doc:`buildingawrapper`.


Methods
-------
Expand Down

0 comments on commit 0b2c5ec

Please sign in to comment.