CreateSubIdentityResponse
data class CreateSubIdentityResponse(val deviceId: String, val backupKey: ByteArray)
CreateSubIdentityResponse represents a newly created sub identity.
Constructors
CreateSubIdentityResponse | constructor(deviceId: String, backupKey: ByteArray) |
Properties
Name | Summary |
---|---|
backupKey | val backupKey: ByteArray The identity export of the newly created sub-identity. |
deviceId | val deviceId: String The ID of the newly created device. |