cramKeyMap top-level property

Map<String, String> cramKeyMap
getter/setter pair

A Map of cram (Challenge Response Authentication Mechanism) keys. For more information on CRAM, see: here

Implementation

Map<String, String> cramKeyMap = <String, String>{
  'anonymous': '',
  '@alice🛠': AliceKeys._aliceCRAMKey,
  '@ashish🛠': AshishKeys._ashishCRAMKey,
  '@barbara🛠': BarbaraKeys._barbaraCRAMKey,
  '@bob🛠': BobKeys._bobCRAMKey,
  '@colin🛠': ColinKeys._colinCRAMKey,
  '@egbiometric🛠': EgBiometricKeys._egBiometricCRAMKey,
  '@egcovidlab🛠': EgCovidLabKeys._egCovidLabCRAMKey,
  '@egcreditbureau🛠': EgCreditBureauKeys._egCreditBureauCRAMKey,
  '@eggovagency🛠': EgGovAgencyKeys._egGovAgencyCRAMKey,
  '@emoji🦄🛠': EmojiKeys._emojiCRAMKey,
  '@eve🛠': EveKeys._eveCRAMKey,
  '@jagan🛠': JaganKeys._jaganCRAMKey,
  '@kevin🛠': KevinKeys._kevinCRAMKey,
  '@murali🛠': MuraliKeys._muraliCRAMKey,
  '@naresh🛠': NareshKeys._nareshCRAMKey,
  '@purnima🛠': PurnimaKeys._purnimaCRAMKey,
  '@sameeraja🛠': SameerajaKeys._sameerajaCRAMKey,
  '@sitaram🛠': SitaramKeys._sitaramCRAMKey,
  '@srie': SrieKeys._srieCRAMKey,
  '@sachin': SachinKeys._sachinCRAMKey
};