DittoConfigExperimental

public struct DittoConfigExperimental
extension DittoConfigExperimental: Equatable
extension DittoConfigExperimental: Hashable
extension DittoConfigExperimental: Codable

Experimental configuration options for DittoConfig.

This struct allows you to enable or configure features that are not yet part of the stable API. Use with caution, as experimental features may change or be removed in future releases.

Warning

Experimental functionality should not be used in production applications as it may be changed or removed at any time, and may not have the same security features.
  • The passphrase used to encrypt& decrypt the data of a Ditto instance, if provided. This feature is undocumented and for internal use only.

    Declaration

    Swift

    public var passphrase: String?
  • Initializes a new DittoConfigExperimental instance with the specified options.

    Declaration

    Swift

    public init(passphrase: String? = nil)