UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

7 lines 204 B
export interface Credential { /** * Get a non-expired access token, after refreshing if necessary */ getToken(): Promise<string | null | undefined>; } //# sourceMappingURL=index.d.ts.map