AuthenticationResult

public struct AuthenticationResult : Equatable

Undocumented

  • SDK Transaction ID that was received by the 3DS SDK in the final Challenge Response

    Declaration

    Swift

    public let sdkTransactionID: String
  • Transaction status that was received in the CRes

    Declaration

    Swift

    public let transactionStatus: String?