AUTH_REQUIRED_FLAG property

AccountFlag AUTH_REQUIRED_FLAG
final

Authorization required (0x1): Requires the issuing account to give other accounts permission before they can hold the issuing account’s credit.

Implementation

static final AUTH_REQUIRED_FLAG =
    AccountFlag._internal(XdrAccountFlags.AUTH_REQUIRED_FLAG.value);