|
|
@@ -47,7 +47,7 @@ Note: For listener types not supported by a gateway, this API returns `400: BAD_
|
|
|
add_listener_authn {
|
|
|
desc {
|
|
|
en: """Enable authenticator for specified listener for client authentication.</br>
|
|
|
-When authenticator is enabled for a listener, all clients connected to that listener will use that authenticator for authentication."""
|
|
|
+When authenticator is enabled for a listener, all clients connecting to that listener will use that authenticator for authentication."""
|
|
|
zh: """为指定监听器开启认证器以实现客户端认证的能力。</br>
|
|
|
当某一监听器开启认证后,所有连接到该监听器的客户端会使用该认证器进行认证。"""
|
|
|
}
|
|
|
@@ -69,7 +69,7 @@ When authenticator is enabled for a listener, all clients connected to that list
|
|
|
|
|
|
list_users {
|
|
|
desc {
|
|
|
- en: """Get the users for the authenticator (only supports built_in_database)"""
|
|
|
+ en: """Get the users for the authenticator (only supported by <code>built_in_database</code>)"""
|
|
|
zh: """获取用户列表(仅支持 built_in_database 类型的认证器)"""
|
|
|
}
|
|
|
}
|