authentications property

Map<String, Authentication> authentications

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

Implementation

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