RedirectConfiguration
data class RedirectConfiguration(val returnUrl: String, val enableHeadlessMode: Boolean = false) : Parcelable
Redirect configuration.
Parameters
returnUrl
Deep link return URL. Required for the flows that include web redirect.
enableHeadlessMode
Enables headless mode. The web redirect will be handled directly when it's the first step in the flow, and if it's the only required step it will complete the flow without starting the bottom sheet.