AuthConfig
class AuthConfig
Authentication configuration.
The default provider reads from environment variables SCYLLA_USERNAME and SCYLLA_PASSWORD. This is safe by default — no credentials appear in source code.
When refreshIntervalSeconds is set, credentials are re-fetched on that interval without restarting the session (rolling rotation support).