TSSignResult

data class TSSignResult(val signedData: String)

Result of a successful TSAuthentication.signWithDeviceKey call.

Constructors

Link copied to clipboard
constructor(signedData: String)

Properties

Link copied to clipboard

The challenge signed with the device key, encoded as a Base64 string.