Authenticate Remote Device Result
An optional to encapsulate the response of AuthenticateRemoteDevice, or throwable when fails.
Types
Link copied to clipboard
Link copied to clipboard
class Success(val ed25519Cert: String, val p256r1Cert: String, val signature: String, val transactionId: String, val requestHash: String) : AuthenticateRemoteDeviceResult