ScaAuthenticationEventChallengeEmbeddedHybridResponse

data class ScaAuthenticationEventChallengeEmbeddedHybridResponse(val eventId: String, val walletOperationId: String, val authenticationMode: ScaAuthenticationMode, val verification: ScaAuthenticationEventAttemptVerificationEnhanced, val currentChallenges: Int?, val allowableChallenges: Int?, val creationTime: Calendar, val expirationTime: Calendar?)

Data class representing the embedded hybrid response for the SCA authentication event challenge.

Constructors

constructor(eventId: String, walletOperationId: String, authenticationMode: ScaAuthenticationMode, verification: ScaAuthenticationEventAttemptVerificationEnhanced, currentChallenges: Int?, allowableChallenges: Int?, creationTime: Calendar, expirationTime: Calendar?)

Properties

Link copied to clipboard

The maximum number of allowed challenges that can be sent as part of the authentication process for the same wallet operation.

Link copied to clipboard

The authentication mode used for the SCA authentication process.

Link copied to clipboard

The time at which the SCA authentication event attempt was created in the form of Calendar.

Link copied to clipboard

The number of challenges currently sent as part of the authentication process for the same wallet operation.

Link copied to clipboard

The unique identifier for the SCA authentication event.

Link copied to clipboard

The time at which the SCA authentication event attempt will expire in the form of Calendar.

Link copied to clipboard

The verification details associated with the SCA authentication event attempt.

Link copied to clipboard

A distinct identifier for the wallet operation. This identifier is used to associate the wallet operation with the SCA authentication event.