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
The current version of the client (v2.0.3) doesn't reflect api changes from https://github.com/ory/hydra/releases/tag/v2.0.3 - specifically client_id and client_secret were added to the request body of RevokeOAuth2Token but aren't available in the client.
I need to revoke OAuth tokens for a public OIDC client and can't with the current version of this client.
Can the openapi client be regenerated to pick up this change? Thanks!
Preflight checklist
Describe the bug
The current version of the client (v2.0.3) doesn't reflect api changes from https://github.com/ory/hydra/releases/tag/v2.0.3 - specifically
client_id
andclient_secret
were added to the request body of RevokeOAuth2Token but aren't available in the client.I need to revoke OAuth tokens for a public OIDC client and can't with the current version of this client.
Can the openapi client be regenerated to pick up this change? Thanks!
Reproducing the bug
hydra-client-go/api_o_auth2.go
Lines 3559 to 3563 in 3de39c8
Relevant log output
No response
Relevant configuration
No response
Version
v2.0.3
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: