menu
serverpod_postgres_pool package
documentation
postgres_pool.dart
PostgreSQLConnection
allowClearTextPassword property
allowClearTextPassword property
dark_mode
light_mode
allowClearTextPassword
property
bool
allowClearTextPassword
final
If true, allows password in clear text for authentication.
Implementation
final bool allowClearTextPassword;
serverpod_postgres_pool package
documentation
postgres_pool
PostgreSQLConnection
allowClearTextPassword property
PostgreSQLConnection class