sessions property

RxMap<UserId, Rx<Credentials>> get sessions

Returns a reactive map of all the active Credentials for accounts.

Accounts whose UserIds are present in this set are available for switching.

Implementation

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