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
Describe the bug
I am trying to generate a client for an API with an clientCredentials oauth flow, but the generated client doesn't seem to manage the authentication at all: Searching the client's folder for the keyword oauth yields no results.
I can make it work by generating a token myself and using it in AuthenticatedClient, but I would expect the generated client to be able to handle that.
Is openapi-python-client supposed to generate a client that handles a clientCredentials oauth flow ?
Describe the bug
I am trying to generate a client for an API with an clientCredentials oauth flow, but the generated client doesn't seem to manage the authentication at all: Searching the client's folder for the keyword
oauth
yields no results.I can make it work by generating a token myself and using it in AuthenticatedClient, but I would expect the generated client to be able to handle that.
Is openapi-python-client supposed to generate a client that handles a clientCredentials oauth flow ?
OpenAPI Spec File
Desktop:
The text was updated successfully, but these errors were encountered: