class SealdCreateSubIdentityResponse
objc
@interface SealdCreateSubIdentityResponse : NSObject
SealdCreateSubIdentityResponse represents a newly created sub identity.
Members | Descriptions |
---|---|
deviceId | The ID of the newly created device. |
backupKey | The identity export of the newly created sub-identity. |
deviceId
objc
@property (strong, readonly) NSString * deviceId;
The ID of the newly created device.
backupKey
objc
@property (strong, readonly) NSData * backupKey;
The identity export of the newly created sub-identity.