data property
final
Credentials stored in the database and accessible synchronously.
Note, that this field only should be used, if init was invoked before any operations with the database, or otherwise it may contain incomplete data.
Implementation
final Map<UserId, Credentials> data = {};