docs: authenticator_config ref link to the struct
This commit is contained in:
parent
f9b211cce6
commit
b03b0717ce
|
@ -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>
|
||||||
"""])
|
"""])
|
||||||
}.
|
}.
|
||||||
|
|
Loading…
Reference in New Issue