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 token refresh is handled by the RefreshTokenSource. How would an API look like that is able to supply additional headers? Are these the same headers as during initial token retrieval? If yes this might potentially be done using a http.Transport.
We'd like to be able to add custom parameters to the Refresh Token Request provided by the configuration client.
Specifically, we need a way to add the
redirect_uri
parameter to the refresh request:The auth server returns an error if
redirect_uri
is missing. This is required by Dexcom but is general enough to support many other use cases.The text was updated successfully, but these errors were encountered: