defaultApiKeyHelperTtl top-level constant
int
const defaultApiKeyHelperTtl
Default TTL for API key helper cache in milliseconds (5 minutes).
Implementation
const int defaultApiKeyHelperTtl = 5 * 60 * 1000;