DefaultOptionsProvider: allow providing User/Password by NickCraver · Pull Request #2445 · StackExchange/StackExchange.Redis (original) (raw)

For wrappers which intend to provide this (e.g. managed service accounts and such), the intent was for them to override these and return their "current" values (e.g. as a token rotates), but I missed them in the initial pass...even though this was the original extensibility reason, because I suck! Fixing.