CrossDeviceSession

class CrossDeviceSession(val sessionId: String, val sessionDescription: String, val userId: String, val projectId: String, val signingHash: String)

An object representing details for an operation (authentication or signing) started on another device.

Constructors

Link copied to clipboard
constructor(sessionId: String, sessionDescription: String, userId: String, projectId: String, signingHash: String)

Properties

Link copied to clipboard

The Project ID setting for the application in the MIRACL Trust platform.

Link copied to clipboard

The description of the operation that needs to be done.

Link copied to clipboard

The identifier of the session.

Link copied to clipboard

The hash of the transaction that needs to be signed, if any.

Link copied to clipboard

The User ID entered by the user when the session is started.

Functions

Link copied to clipboard
open override fun toString(): String