Site Machine Key Response
data class SiteMachineKeyResponse(val decryption: String? = null, val decryptionKey: String? = null, val validation: String? = null, val validationKey: String? = null)
MachineKey of an app.
Constructors
Link copied to clipboard
fun SiteMachineKeyResponse(decryption: String? = null, decryptionKey: String? = null, validation: String? = null, validationKey: String? = null)