oids.js 171 B

123456
  1. const oids = {
  2. applePushServiceClientDevelopment: '1.2.840.113635.100.6.3.1',
  3. applePushServiceClientProduction: '1.2.840.113635.100.6.3.2',
  4. };
  5. module.exports = oids;