require_mandatory_flags

function require_mandatory_flags(auth_descriptor: auth_descriptor)(source)

Checks that the auth descriptor contains all the flags deemed necessary for this dapp.

Throws "MISSING MANDATORY FLAGS" if some are missing.

Parameters

auth_descriptor

the auth descriptor to check.