AuthenticateRemoteDeviceResult

An optional to encapsulate the response of AuthenticateRemoteDevice, or throwable when fails.

Types

Link copied to clipboard
class Failure(val exception: Throwable) : AuthenticateRemoteDeviceResult
Link copied to clipboard
class Success(val ed25519Cert: String, val p256r1Cert: String, val signature: String, val transactionId: String, val requestHash: String) : AuthenticateRemoteDeviceResult

Inheritors

Link copied to clipboard
Link copied to clipboard