| 123456789101112131415161718 |
- emqx_authn_mysql_schema {
- mysql.desc:
- """Configuration of authenticator using MySQL as authentication data source."""
- query.desc:
- """SQL used to query data for authentication, such as password hash."""
- query.label:
- """Query"""
- query_timeout.desc:
- """Timeout for the SQL query."""
- query_timeout.label:
- """Query Timeout"""
- }
|