requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.71k stars 422 forks source link

Is it possible to change the response_type? #419

Closed viperfx closed 4 years ago

viperfx commented 4 years ago

For Azure Devops the response_type needs to be "Assertion".

Ive tried overriding with kwargs, but its not allowing me, either as the OAuth2Session init, or the authorization_url method