KeyPairCredential.go 130 B

1234567
  1. package credentials
  2. type KeyPairCredential struct {
  3. PrivateKey string
  4. PublicKeyId string
  5. SessionExpiration int
  6. }