UserCreateResult

public class UserCreateResult : SdkObject

Metadata for a newly created user.

Includes the user’s public key and whether the user’s private key needs rotation.

  • Whether the user’s private key needs to be rotated

    Declaration

    Swift

    public lazy var needsRotation: Bool { get set }
  • Public key for the user

    For most use cases, this public key can be discarded as IronCore escrows the user’s keys. The escrowed keys are unlocked by the user’s password.

    Declaration

    Swift

    public lazy var userPublicKey: PublicKey { get set }