ScaRequiredException

class ScaRequiredException(val authenticationEvent: ScaAuthenticationEventResponse, errorId: String?) : WalletException

Exception indicating that a Strong Customer Authentication is required.

Parameters

errorId

An optional ID related to the error

Constructors

Link copied to clipboard
constructor(authenticationEvent: ScaAuthenticationEventResponse, errorId: String?)

Properties

Link copied to clipboard

The SCA details required for the operation.

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

An optional ID related to the error

Link copied to clipboard
open val message: String?