Shield Cert Config
data class ShieldCertConfig(val apiKey: String, val host: String = HOST, val publicKey: String, val expiredTimeout: Duration = 60.toDuration(DurationUnit.MINUTES))
Configuration data for the ShieldCert SDK.
Configuration data for the ShieldCert SDK.