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
verificationUriCompleteURL from an RFC 8628 device authorization response. Set this when the current device is acting as the approving device.OidcModulereads this value from the workflow’s shared context and uses it to extract theuser_codeand POST approval to the verification URL after a successful Journey authentication.
Declaration
Swift
public struct Options : Sendable
View on GitHub
Structures Reference