-
ID of the user
Declaration
Swift
public lazy var accountId: UserId { get set }
-
Whether the user’s private key needs rotation
Declaration
Swift
public lazy var needsRotation: Bool { get set }
-
Segment ID for the user
Declaration
Swift
public lazy var segmentId: UInt { get set }
-
Public key of the user
Declaration
Swift
public lazy var userPublicKey: PublicKey { get set }