service/vendor/github.com/aliyun/credentials-go/credentials/session_credential.go

8 lines
127 B
Go
Raw Normal View History

2023-12-21 22:17:40 +08:00
package credentials
type sessionCredential struct {
AccessKeyId string
AccessKeySecret string
SecurityToken string
}