Abstract Token Strategy
=======================

If the token strategies that are offered out of the box do not suit your needs
you can create your own strategy. Your strategy should match the following
interface:

.. autoclass:: allauth.headless.tokens.strategies.base.AbstractTokenStrategy
   :members:
