publicKeyStores top-level property
A mapping of URLs to the public keys they contain. Example URL: https://login.microsoftonline.com/common/discovery/v2.0/keys
Implementation
@visibleForTesting
final publicKeyStores = TtlCache<String, PublicKeyStore>();