summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove_kwargs_to_fetch_token-20e3451ed192ab6a.yaml
blob: 147a77bde74040f6802dc9656f526eeaa27e2de0 (plain)
1
2
3
4
5
6
---
other:
  - >
    The ``kwargs_to_fetch_token`` setting was removed from the
    ``BaseAuthProtocol`` class. Implementations of auth_token now assume kwargs
    will be passed to the ``fetch_token`` method.