Generic
@Serializable
@SerialName(value = "http")
Generic HTTP loader configuration. See HttpLoader for details on caching behaviour regarding validity calculation.
Constructors
Link copied to clipboard
constructor(url: String = GOOGLE_OFFICIAL_REVOCATION_LIST, fallbackRevocationListValiditySeconds: Long = 0, preferHeaderBasedExpiry: Boolean = true, proxyConfig: AndroidRevocationList.HttpLoader.Configuration.ProxyConfig? = null)