Structures

The following structures are available globally.

  • 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.
    • verificationUriComplete: The verificationUriComplete URL from an RFC 8628 device authorization response. Set this when the current device is acting as the approving device. OidcModule reads this value from the workflow’s shared context and uses it to extract the user_code and POST approval to the verification URL after a successful Journey authentication.
    See more

    Declaration

    Swift

    public struct Options : Sendable