docs: authenticator_config ref link to the struct

This commit is contained in:
Zaiming Shi 2021-10-21 22:59:59 +02:00 committed by x1001100011
parent 1b56fba471
commit 0531a1925c
1 changed files with 2 additions and 2 deletions

View File

@ -1358,9 +1358,9 @@ authentication(Desc) ->
#{ type => hoconsc:lazy(hoconsc:union([typerefl:map(), hoconsc:array(typerefl:map())])) #{ type => hoconsc:lazy(hoconsc:union([typerefl:map(), hoconsc:array(typerefl:map())]))
, desc => iolist_to_binary([Desc, "<br>", """ , desc => iolist_to_binary([Desc, "<br>", """
Authentication can be one single authenticator instance or a chain of authenticators as an array. Authentication can be one single authenticator instance or a chain of authenticators as an array.
The when authenticating a login (username, client ID, etc.) the authenticators are checked When authenticating a login (username, client ID, etc.) the authenticators are checked
in the configured order.<br> in the configured order.<br>
EMQ X comes with a set of pre-built autenticators, for more details, see EMQ X comes with a set of pre-built autenticators, for more details, see
<code>authenticator_config</code>. <a href=\"#root-authenticator_config\">autenticator_config<a>
"""]) """])
}. }.