CLASS
# SessionDetails
@objc public class SessionDetails: NSObject
Object representing details from incoming session.
# Properties
# userId
public var userId = ""
User id entered by the user when session is started.
# projectName
public var projectName = ""
Name of the project in MIRACL platform.
# projectLogoURL
public var projectLogoURL = ""
URL of the project logo.
# projectId
public var projectId = ""
Project id setting for the application in MIRACL platform.
# pinLength
public var pinLength = 0
Pin Length that needs to be entered from user.
# verificationMethod
public var verificationMethod: VerificationMethod = .standardEmail
# verificationURL
public var verificationURL = ""
# verificationCustomText
public var verificationCustomText = ""
# identityTypeLabel
public var identityTypeLabel = ""
# quickCodeEnabled
public var quickCodeEnabled = false
# limitQuickCodeRegistration
public var limitQuickCodeRegistration = false
# identityType
public var identityType = IdentityType.email