Buckets:
| /** | |
| * Credentials object. | |
| */ | |
| interface Credentials { | |
| privateKey: string; | |
| clientEmail?: string; | |
| } | |
| /** | |
| * Given a keyFile, extract the key and client email if available | |
| * @param keyFile Path to a json, pem, or p12 file that contains the key. | |
| * @returns an object with privateKey and clientEmail properties | |
| */ | |
| declare function getCredentials(keyFilePath: string): Promise<Credentials>; | |
| export { getCredentials, Credentials }; | |
Xet Storage Details
- Size:
- 436 Bytes
- Xet hash:
- bf96f56222956cc3ddb68b2ae2c4182e3e7abfa5c126a41484e193d6813cf845
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.