PCSDKModule Documentation Beta

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

PCKYCSession PCKYCSession Equatable Equatable PCKYCSession->Equatable Codable Codable PCKYCSession->Codable

Conforms To

Codable
Equatable

Properties

session​ID

let sessionID: String

The session's identifier

analyser​Type

let analyserType: String

The analyser's type

required​Sources

let requiredSources: Set<PCKYCMediaType>

The required media sources to upload

kyc​Connector​URL

let kycConnectorURL: URL

The KYC connector's url

session​Keypair​Label

let sessionKeypairLabel: String

The session's keypair label

Methods

==(lhs:​rhs:​)

public static func ==(lhs: PCKYCSession, rhs: PCKYCSession) -> Bool