OptionalAudienceAuth0 API audience. Default https://api.rhythmsoftware.com.
Tenant-specific Auth0 domain (e.g. your-tenant.us.auth0.com) the token is minted from.
OptionalBaseOptional single base-URL override. Rhythm normally routes each object to its own module
subdomain (Configuration.Subdomain); when this is set, EVERY request is routed through this
one origin instead (path preserved). Real multi-subdomain tenants leave it unset — it exists
for a proxying API gateway or the credential-free e2e mock that fronts all modules on one host.
OAuth2 (Auth0 M2M) client identifier.
OAuth2 (Auth0 M2M) client secret.
OptionalMaxMaximum retries for rate-limited / transient failures. Default 3.
OptionalRequestHTTP request timeout in ms. Default 30000.
Rhythm tenant identifier — substituted into every endpoint's {tenantId} path param.
OptionalTokenOptional absolute token-endpoint override; defaults to https://{Auth0Domain}/oauth/token.
Rhythm connection configuration, parsed from the attached MJ Credential (preferred) or the CompanyIntegration.Configuration JSON. Field names are read case-insensitively. NONE of these values are read at build time — they are resolved from the bound credential at runtime.