UNPKG

@cloudbase/node-sdk

Version:

tencent cloud base server sdk for node.js

20 lines (19 loc) 391 B
interface IAuthOpts { SecretId?: string; SecretKey?: string; Method?: string; Pathname?: string; Query?: Object; Headers?: Object; Expires?: number; expires?: number; } export declare class Auth { private opt; private qSignAlgorithm; constructor(opt: IAuthOpts); getAuth(): string; private getObjectKeys; private obj2str; } export {};