UNPKG

@niur/google-admanager-api

Version:
15 lines 532 B
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