Buckets:

imerfanrajabee's picture
download
raw
623 Bytes
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;
};
}

Xet Storage Details

Size:
623 Bytes
·
Xet hash:
737f08cabe0a39c3cad3afa1c7dcd39f5c1b181c6d6a60458ee3da639c85669f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.