pkamPrivateKeyMap top-level property

Map<String, String> pkamPrivateKeyMap
getter/setter pair

Map of user's private pkam( Public Key Authentication Mechanism) keys. For more information on PKAM, see: here

Implementation

Map<String, String> pkamPrivateKeyMap = <String, String>{
  'anonymous': '',
  '@alice🛠': AliceKeys._alicePKAMPrivateKey,
  '@ashish🛠': AshishKeys._ashishPKAMPrivateKey,
  '@barbara🛠': BarbaraKeys._barbaraPKAMPrivateKey,
  '@bob🛠': BobKeys._bobPKAMPrivateKey,
  '@colin🛠': ColinKeys._colinPKAMPrivateKey,
  '@egbiometric🛠': EgBiometricKeys._egBiometricPKAMPrivateKey,
  '@egcovidlab🛠': EgCovidLabKeys._egCovidLabPKAMPrivateKey,
  '@egcreditbureau🛠': EgCreditBureauKeys._egCreditBureauPKAMPrivateKey,
  '@eggovagency🛠': EgGovAgencyKeys._egGovAgencyPKAMPrivateKey,
  '@emoji🦄🛠': EmojiKeys._emojiPKAMPrivateKey,
  '@eve🛠': EveKeys._evePKAMPrivateKey,
  '@jagan🛠': JaganKeys._jaganPKAMPrivateKey,
  '@kevin🛠': KevinKeys._kevinPKAMPrivateKey,
  '@murali🛠': MuraliKeys._muraliPKAMPrivateKey,
  '@naresh🛠': NareshKeys._nareshPKAMPrivateKey,
  '@purnima🛠': PurnimaKeys._purnimaPKAMPrivateKey,
  '@sameeraja🛠': SameerajaKeys._sameerajaPKAMPrivateKey,
  '@sitaram🛠': SitaramKeys._sitaramPKAMPrivateKey,
  '@srie': SrieKeys._sriePKAMPrivateKey,
  '@sachin': SachinKeys._sachinPKAMPrivateKey
};