STATE_INACTIVE constant

State const STATE_INACTIVE

The inactive key is not used to sign tokens anymore, but still published to the public key endpoint.

Implementation

static const State STATE_INACTIVE =
    State._(3, _omitEnumNames ? '' : 'STATE_INACTIVE');