Structure
PCUserBackupData
public struct PCUserBackupData: Codable
The user's backup data
Relationships
Conforms To
Codable
Initializers
init(username:userID:systemID:interactionURL:encryptedCodeword:)
public init(username: String, userID: String, systemID: String, interactionURL: URL, encryptedCodeword: Data)
Creates the new instance of the PCUserBackupData
Parameters
| Name | Type | Description |
|---|---|---|
| username | String |
User's name |
| userID | String |
User's identifier |
| systemID | String |
System identifier |
| interactionURL | URL |
Interaction URL |
| encryptedCodeword | Data |
Encrypted codeword to restore |
Properties
username
let username: String
User's name
userID
let userID: String
Backup user's identifier
systemID
let systemID: String
Backup user's system identifier
interactionURL
let interactionURL: URL
Backup user's interaction URL
encryptedCodeword
let encryptedCodeword: Data
Encrypted codeword to restore