D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
google-auth-library
/
build
/
src
/
auth
/
Filename :
iam.d.ts
back
Copy
export interface RequestMetadata { 'x-goog-iam-authority-selector': string; 'x-goog-iam-authorization-token': string; } export declare class IAMAuth { selector: string; token: string; /** * IAM credentials. * * @param selector the iam authority selector * @param token the token * @constructor */ constructor(selector: string, token: string); /** * Acquire the HTTP headers required to make an authenticated request. */ getRequestHeaders(): { 'x-goog-iam-authority-selector': string; 'x-goog-iam-authorization-token': string; }; }