profiles property
Returns a reactive map of known MyUser profiles.
Note, that having a MyUser here doesn't mean that AbstractAuthRepository can sign into that account: it must also have non-stale Credentials.
Implementation
RxObsMap<UserId, Rx<MyUser>> get profiles;