3.34.0

(feat): Implement auth provider architecture for all auth schemes, replacing inline auth logic. This reduces code duplication and improves maintainability. Each auth scheme now uses a dedicated AuthProvider class that implements the AuthProvider interface. The AnyAuthProvider class is used when multiple auth schemes are defined.