Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
export
interface
TokenProvider {
24
getToken(): Promise<string> | string;
25
}
26
27
/**
28
* Applies http authentication to the request context.
Callers
2
applySecurityAuthentication
Method · 0.80
applySecurityAuthentication
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected