accounts property

RxMap<UserId, Rx<Credentials>> get accounts

Returns the Credentials of the available accounts.

Implementation

RxMap<UserId, Rx<Credentials>> get accounts => _auth.accounts;