...

Source file src/github.com/aliyun/credentials-go/credentials/session_credential.go

Documentation: github.com/aliyun/credentials-go/credentials

     1  package credentials
     2  
     3  type sessionCredential struct {
     4  	AccessKeyId     string
     5  	AccessKeySecret string
     6  	SecurityToken   string
     7  }
     8  

View as plain text