Token Certificate Response
data class TokenCertificateResponse(val encodedPemCertificate: String? = null, val expiry: String? = null, val name: String? = null, val thumbprint: String? = null)
The properties of a certificate used for authenticating a token.
Constructors
Link copied to clipboard
fun TokenCertificateResponse(encodedPemCertificate: String? = null, expiry: String? = null, name: String? = null, thumbprint: String? = null)