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
Is your feature request related to a problem? Please describe.
The autogenerated ruby clients only can be configured with a static access token. This does not work well for integrations where tokens are short-lived and need to be refreshed.
Describe the solution you'd like
The ruby client would have a configuration for a proc to get the access token.
The proc could be configured to retrieve a new access token.
Describe alternatives you've considered
I could override the Configuration class to add this property, but that makes it hard to upgrade versions.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The autogenerated ruby clients only can be configured with a static access token. This does not work well for integrations where tokens are short-lived and need to be refreshed.
Describe the solution you'd like
The ruby client would have a configuration for a proc to get the access token.
The proc could be configured to retrieve a new access token.
Describe alternatives you've considered
I could override the Configuration class to add this property, but that makes it hard to upgrade versions.
Additional context
The text was updated successfully, but these errors were encountered: