@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
15 lines • 532 B
TypeScript
import { JSONClient } from 'google-auth-library/build/src/auth/googleauth';
import { GoogleAuth } from 'google-auth-library';
import { SACredential } from './interfaces';
export declare class GoogleSAFileCredential implements SACredential {
private _keyFile;
protected auth: GoogleAuth<JSONClient>;
/**
*
* @param keyFile Path to a .json, .pem, or .p12 key file
*/
constructor(keyFile: string);
private build;
getToken(): Promise<string>;
}
//# sourceMappingURL=googleSAFileCredential.d.ts.map