github.com/aliyun/credentials-go@v1.4.7/credentials/session_credential.go (about)

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