Options

public struct Options : Sendable

Options that influence how a Journey is initiated or resumed.

  • forceAuth: Forces authentication even if a valid session exists.
  • noSession: Allows the journey to complete without creating a session.
  • Whether to force authentication even when a valid session exists.

    Declaration

    Swift

    public var forceAuth: Bool
  • Whether to allow completion without generating a session.

    Declaration

    Swift

    public var noSession: Bool