requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

Can't change method to 'client_secret_post" for authorization method.

Open Bcubrich opened this issue 3 years ago • 0 comments

According to this you can use the following ot change from 'client_secret_basic' to 'client_secret_post' in v1.0.0. How can this be done in the current release, if at all? I looked at the args in Oauth2Session function and did not see any option for that.

client = OAuth2Session(token_endpoint_auth_method='client_secret_post')

Bcubrich avatar Mar 23 '22 16:03 Bcubrich