You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consumer.complete() does not allow to change authn_method argument of do_access_token_request. This is necessary when we use any other method than default client_secret_basic.
I suggest to add authn_method arg to Consumer.complete() and pass it to do_access_token_request.
The text was updated successfully, but these errors were encountered:
Consumer.complete()
does not allow to changeauthn_method
argument ofdo_access_token_request
. This is necessary when we use any other method than defaultclient_secret_basic
.I suggest to add
authn_method
arg toConsumer.complete()
and pass it todo_access_token_request
.The text was updated successfully, but these errors were encountered: