PO3DSRedirect
data class PO3DSRedirect(val url: URL, val timeoutSeconds: Int? = null, val isHeadlessModeAllowed: Boolean = false)
3DS redirect configuration.
Parameters
url
Redirect URL.
timeoutSeconds
Optional timeout interval in seconds.
isHeadlessModeAllowed
Boolean value that indicates whether a given URL can be handled in headless mode, meaning without showing any UI for the user.