STATE_INACTIVE constant

State const STATE_INACTIVE

An inactive authorization temporarily deactivates the granted access and roles. ZITADEL will not include the specific authorization in any authorization information like an access token. But the information can still be accessed using the API.

Implementation

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