Skip to content

class SealdCreateSubIdentityResponse

objc
@interface SealdCreateSubIdentityResponse : NSObject
@interface SealdCreateSubIdentityResponse : NSObject

SealdCreateSubIdentityResponse represents a newly created sub identity.

MembersDescriptions
deviceIdThe ID of the newly created device.
backupKeyThe identity export of the newly created sub-identity.

deviceId

objc
@property (strong, readonly) NSString * deviceId;
@property (strong, readonly) NSString * deviceId;

The ID of the newly created device.

backupKey

objc
@property (strong, readonly) NSData * backupKey;
@property (strong, readonly) NSData * backupKey;

The identity export of the newly created sub-identity.