📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 12:37:23
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
googleapis-common
/
build
/
src
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/googleapis-common/build/src
🔄 Refresh
✏️
Editing: authplus.d.ts
Writable
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<Compute | JWT | UserRefreshClient | BaseExternalAccountClient | Impersonated>; /** * Override getProjectId(), using the most recently configured * auth instance when fetching projectId. */ getProjectId(): Promise<string>; getProjectId(callback: ProjectIdCallback): void; }
💾 Save Changes
❌ Cancel