accounts property
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();
Credentials of the available accounts.
If there're no Credentials for the given UserId, then their Credentials should be considered as stale.
final RxMap<UserId, Rx<Credentials>> accounts = RxMap();