Skip to content

CreateSubIdentityResponse ​

data class CreateSubIdentityResponse(val deviceId: String, val backupKey: ByteArray)

CreateSubIdentityResponse represents a newly created sub identity.

Constructors ​

CreateSubIdentityResponseconstructor(deviceId: String, backupKey: ByteArray)

Properties ​

NameSummary
backupKeyval backupKey: ByteArray
The identity export of the newly created sub-identity.
deviceIdval deviceId: String
The ID of the newly created device.