Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
@JsonClass(generateAdapter = true)
Information from the 3DS Server authentication response that could be used by the 3DS2 SDK to initiate the challenge flow.
Link copied to clipboard
@JsonClass(generateAdapter = true)
Configuration parameters that are required by the 3DS SDK for initialization.
Link copied to clipboard
data class PO3DSRedirect(val url: URL, val timeoutSeconds: Int? = null, val isHeadlessModeAllowed: Boolean = false)
3DS redirect configuration.