Skip to content

class SealdGroupTmrTemporaryKey

objc
@interface SealdGroupTmrTemporaryKey : NSObject

SealdGroupTmrTemporaryKey holds the information about a group TMR temporary key.

MembersDescriptions
keyIdId of the TMR key.
groupIdThe id of the group.
isAdminDoes that key give the admin status.
createdByIdId of the user who created this key.
authFactorTypeThe type of authentication factor.
createdDate of creation.

keyId

objc
@property (assign, readonly) NSString * keyId;

Id of the TMR key.

groupId

objc
@property (assign, readonly) NSString * groupId;

The id of the group.

isAdmin

objc
@property (assign, readonly) BOOL isAdmin;

Does that key give the admin status.

createdById

objc
@property (assign, readonly) NSString * createdById;

Id of the user who created this key.

authFactorType

objc
@property (assign, readonly) NSString * authFactorType;

The type of authentication factor.

created

objc
@property (assign, readonly) NSTimeInterval * created;

Date of creation.