STATE_ACTIVE constant

State const STATE_ACTIVE

An active authorization grants the user access with the roles specified on the project.

Implementation

static const State STATE_ACTIVE =
    State._(1, _omitEnumNames ? '' : 'STATE_ACTIVE');