Services Options
data class ServicesOptions(var apiSecret: String? = null, var apiSecretFromEnv: Boolean? = null, var sshKeyPem: String? = null, var name: String? = null, var metricsIntervalMs: ULong? = null)
Build options for `ServicesClient`.
Supply exactly one of api_secret, api_secret_from_env, or ssh_key_pem for the credential. api_secret_from_env (when true) reads the IROH_SERVICES_API_SECRET environment variable. If a name is provided it is registered with the service; the name must be 2–128 UTF-8 bytes.