sensitiveKeys top-level constant

List<String> const sensitiveKeys

A list of all keys that should be censored in log messages.

Implementation

const sensitiveKeys = [
  'wstoken',
  'token',
  'apikey',
  'secret',
  'password',
  'key',
  'access_token',
  'refresh_token',
  'client_secret',
  'clientkey',
  'clientid',
  'api_key',
];