Structure
PCKYCSession
public struct PCKYCSession: Codable
The struct to communicate with KYC-connector. Keeps information about connector's url, session identifier and session's keys
Relationships
Conforms To
Codable
Equatable
Properties
sessionID
let sessionID: String
The session's identifier
analyserType
let analyserType: String
The analyser's type
kycConnectorURL
let kycConnectorURL: URL
The KYC connector's url
sessionKeypairLabel
let sessionKeypairLabel: String
The session's keypair label
Methods
==(lhs:rhs:)
public static func ==(lhs: PCKYCSession, rhs: PCKYCSession) -> Bool