react-native-cos-sdk
Version:
Tencent COS XML SDK for React Native
14 lines • 331 B
TypeScript
export type SessionQCloudCredentials = {
tmpSecretId: string;
tmpSecretKey: string;
sessionToken: string;
startTime?: number;
expiredTime: number;
};
export type STSCredentialScope = {
action: string;
region: string;
bucket?: string;
prefix?: string;
};
//# sourceMappingURL=credentials.d.ts.map