-
Constructs a default
UserCreateOptsfor common use cases.The user will be created with their private key not marked for rotation.
Declaration
Swift
public convenience init() -
Constructs a
UserCreateOpts.Declaration
Swift
public convenience init(needsRotation: Bool)Parameters
needsRotationtrueif the private key for this user should be marked for rotation
View on GitHub
UserCreateOpts Class Reference