get_auth_handler_for_operation

@mount("ft4.get_auth_handler_for_operation") query get_auth_handler_for_operation(op_name: text): _auth_handler_client(source)

Retrieves the auth handler that must be used to authorize a certain operation.

Throws if op_name is not valid or no auth handler can be found for it.

Parameters

op_name

the mount name of the operation

See also

_auth_handler

for more information on auth handlers