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
// WithMiddleware returns a ConfigurationOption that adds a Middleware to the client.
293
293
// The Middleware is prepended to the list of Middlewares so that the last added Middleware is the first to be executed.
294
294
// Warning: Providing this option may overide the authentication performed by the SDK if the middlewares provided break the chain.
295
-
// If changes are made to the authentication header and the chain is preserved, they will be overwritten. Please use WithCustomAuth for that purpose.
295
+
// If changes are made to the authentication header and the chain is preserved, they will be overwritten. If you wish to overwrite authentication, use WithCustomAuth.
0 commit comments