authentications property

Map<String, Auth> authentications

Returns an unmodifiable Map of the authentications, since none should be added or deleted.

Implementation

Map<String, Auth> get authentications => Map.unmodifiable(_authentications);