MCPcopy Create free account
hub / github.com/OneSignal/onesignal-node-api / TokenProvider

Interface TokenProvider

auth/auth.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface TokenProvider {
24 getToken(): Promise<string> | string;
25}
26
27/**
28 * Applies http authentication to the request context.

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected