Cert Response
data class CertResponse(val certData: String? = null, val certNeeded: Boolean? = null, val certProvided: Boolean? = null, val secretStore: String? = null)
WebApplication certificate.
Constructors
Link copied to clipboard
fun CertResponse(certData: String? = null, certNeeded: Boolean? = null, certProvided: Boolean? = null, secretStore: String? = null)