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.