/opt/canhelp/node_modules/googleapis-common/build/src
NameSizeModeActions
api.d.ts17570644editdlrm
api.js6910644editdlrm
apiIndex.d.ts2120644editdlrm
apiIndex.js14010644editdlrm
apirequest.d.ts5120644editdlrm
apirequest.js144850644editdlrm
authplus.d.ts10400644editdlrm
authplus.js19730644editdlrm
discovery.d.ts12870644editdlrm
discovery.js53830644editdlrm
endpoint.d.ts17070644editdlrm
endpoint.js53560644editdlrm
http2.d.ts9330644editdlrm
http2.js90250644editdlrm
index.d.ts11100644editdlrm
index.js43290644editdlrm
isbrowser.d.ts460644editdlrm
isbrowser.js7950644editdlrm
schema.d.ts28650644editdlrm
schema.js7990644editdlrm
util.d.ts7970644editdlrm
util.js19440644editdlrm
Edit: /opt/canhelp/node_modules/googleapis-common/build/src/authplus.d.ts (1040B)
import { AwsClient, BaseExternalAccountClient, Compute, ExternalAccountClient, GoogleAuth, GoogleAuthOptions, IdentityPoolClient, Impersonated, JWT, OAuth2Client, ProjectIdCallback, UserRefreshClient } from 'google-auth-library'; export declare class AuthPlus extends GoogleAuth { JWT: typeof JWT; Compute: typeof Compute; OAuth2: typeof OAuth2Client; GoogleAuth: typeof GoogleAuth; AwsClient: typeof AwsClient; IdentityPoolClient: typeof IdentityPoolClient; ExternalAccountClient: typeof ExternalAccountClient; private _cachedAuth?; /** * Override getClient(), memoizing an instance of auth for * subsequent calls to getProjectId(). */ getClient(options?: GoogleAuthOptions): Promise; /** * Override getProjectId(), using the most recently configured * auth instance when fetching projectId. */ getProjectId(): Promise; getProjectId(callback: ProjectIdCallback): void; }