apiAccess property
Whether the requested access token from ZITADEL will include the "ZITADEL API" project in its audience. The returned token will be able to access the API on the service accounts behalf. Essentially, this attaches the apiAccessScope to the token.
Implementation
final bool apiAccess;