MCPcopy Create free account
hub / github.com/node-apn/node-apn / ProviderToken

Interface ProviderToken

index.d.ts:5–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { EventEmitter } from 'events';
4
5export interface ProviderToken {
6 /**
7 * The filename of the provider token key (as supplied by Apple) to load from disk, or a Buffer/String containing the key data.
8 */
9 key: Buffer|string;
10 /**
11 * The ID of the key issued by Apple
12 */
13 keyId: string;
14 /**
15 * ID of the team associated with the provider token key
16 */
17 teamId: string;
18}
19
20export interface ProviderOptions {
21 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…