get_auth_flags

function get_auth_flags(op_name: text): list<text>(source)

Returns the flags needed to call a certain operation.

Throws if the auth handler for op_name cannot be found.

Parameters

op_name

the name of the operation to authorize

See also

_auth_handler

for more information on auth flags