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

Project ID setting for the application in MIRACL Trust platform.

Link copied to clipboard

Description of the operation that needs to be done.

Link copied to clipboard

Identifier of the session.

Link copied to clipboard

Hash of the transaction that needs to be signed if any.

Link copied to clipboard

User ID entered by the user when session is started.

Functions

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