ServerConfig.withFixedPassword constructor

ServerConfig.withFixedPassword(
  1. String password, {
  2. String? motdPath,
})

Implementation

ServerConfig.withFixedPassword(String password, {this.motdPath})
    : connectionAuth = FixedStringConnectionAuth(password: password);