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
refactor: make credentials.NewMemoryStore return an interface (#605)
1. Un-expose `credentials.MemoryStore` as it is unecessary to be public
2. Make `credentials.NewMemoryStore` return an interface instead of a
struct
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
0 commit comments