accounts property

RxMap<UserId, Rx<Credentials>> accounts
final

Credentials of the available accounts.

If there're no Credentials for the given UserId, then their Credentials should be considered as stale.

Implementation

final RxMap<UserId, Rx<Credentials>> accounts = RxMap();