@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
7 lines • 331 B
TypeScript
import { Credential } from "./interfaces";
export declare class GoogleRefreshTokenCredential implements Credential {
private client;
constructor(client_id: string, client_secret: string, refresh_token: string);
getToken(): Promise<string | null | undefined>;
}
//# sourceMappingURL=googleRefreshTokenCredential.d.ts.map