TokenizationModuleInput

public protocol TokenizationModuleInput : AnyObject

Input for tokenization module.

In the process of running mSDK, allows you to run processes using the TokenizationModuleInput protocol methods.

  • Start 3-D Secure process.

    Declaration

    Swift

    @available(*, deprecated, message: "redirectUrl no longer needed, will be deleted in next version")
    func start3dsProcess(requestUrl: String, redirectUrl: String)

    Parameters

    requestUrl

    URL string for request website.

    redirectUrl

    URL string for website of the card issuing bank to authorize the transaction.

  • Start 3-D Secure process.

    Declaration

    Swift

    func start3dsProcess(requestUrl: String)

    Parameters

    requestUrl

    URL string for request website.