ScaRequiredException

class ScaRequiredException(val authenticationEvent: ScaAuthenticationEventResponse, val 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
val errorId: String? = null

An optional ID related to the error

Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard