password property

  1. @Deprecated('This feature is no longer supported')
String? password
getter/setter pair

NO LONGER SUPPORTED The password to use to authenticate new clients (just authentication, no encryption). Leave empty to disable (default)

Implementation

@Deprecated('This feature is no longer supported')
String? password;