Yes, I want to save the credentials locally and us...
# rx
r
Yes, I want to save the credentials locally and use them for each call. Well, I imagine a retrofit interceptor for basic auth that has an observable for user credentials. Every time a call is made the interceptor takes the current credentials from the observable, which may or may not exist. The component that handles the credentials pushes them into that observable after it persisted them, but it can also be queried?