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 |