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.
View on GitHub