get_auth_flags

@mount("ft4.get_auth_flags") query get_auth_flags(op_name: text): list<text>(source)

Retrieves the flags field of the auth handler used to authorize the operation specified.

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

core.auth._auth_handler

for more information