get_login_config

@mount("ft4.get_login_config") query get_login_config(name: text?): _login_config(source)

Retrieves the login configuration specified.

Throws "UNKNOWN LOGIN CONFIG" if name is specified but no matching config exists.

Parameters

name

the name of the configuration to retrieve. If null, core.auth.DEFAULT_LOGIN_CONFIG_NAME

See also

core.auth._login_config

for more information