CLASS
# SigningSessionDetails
@objc public final class SigningSessionDetails: NSObject, SessionDetails, Sendable
Object representing details from incoming signing session.
# Properties
# userId
public let userId: String
# projectName
public let projectName: String
# projectLogoURL
public let projectLogoURL: String
# projectId
public let projectId: String
# pinLength
public let pinLength: Int
# verificationMethod
public let verificationMethod: VerificationMethod
# verificationURL
public let verificationURL: String
# verificationCustomText
public let verificationCustomText: String
# identityTypeLabel
public let identityTypeLabel: String
# quickCodeEnabled
public let quickCodeEnabled: Bool
# limitQuickCodeRegistration
public let limitQuickCodeRegistration: Bool
# identityType
public let identityType: IdentityType
# sessionId
public let sessionId: String
Identifier of the signing session.
# signingHash
public let signingHash: String
Hash of the transaction that needs to be signed.
# signingDescription
public let signingDescription: String
Description of the transaction that needs to be signed.
# status
public let status: SigningSessionStatus
Status of the session.
# expireTime
public let expireTime: Date
Date indicating if session is expired