SshAuthenticationConfig constructor

SshAuthenticationConfig({
  1. String? hostPublicKey,
  2. String? userPrivateKeySecretVersion,
})

Implementation

SshAuthenticationConfig({
  this.hostPublicKey,
  this.userPrivateKeySecretVersion,
});