Module sts

Module sts 

Source
Expand description

腾讯云 STS (Security Token Service) 临时密钥模块

本模块提供获取临时密钥的功能,主要用于前端应用的临时授权场景。 临时密钥包含 TmpSecretId、TmpSecretKey 和 Token 三个字段。

基于腾讯云官方STS SDK实现,使用腾讯云SDK的签名方法 参考文档:https://cloud.tencent.com/document/product/436/14048

Structs§

GetCredentialsRequest
临时密钥请求参数
Policy
权限策略
Statement
策略声明
StsClient
STS 临时密钥客户端
TemporaryCredentials
临时密钥响应