Sca Authentication Event Attempt Embedded Hybrid Response
data class ScaAuthenticationEventAttemptEmbeddedHybridResponse(val id: String, val eventId: String, val walletOperationId: String, val authenticationMode: ScaAuthenticationMode, val verification: ScaAuthenticationEventAttemptVerificationEnhanced, val currentAttempts: Int, val allowableAttempts: Int, val status: ScaAuthenticationEventAttemptStatus, val statusReason: String?, val creationTime: Calendar)
Data class representing the embedded hybrid response for the SCA authentication event attempt.
Constructors
Link copied to clipboard
constructor(id: String, eventId: String, walletOperationId: String, authenticationMode: ScaAuthenticationMode, verification: ScaAuthenticationEventAttemptVerificationEnhanced, currentAttempts: Int, allowableAttempts: Int, status: ScaAuthenticationEventAttemptStatus, statusReason: String?, creationTime: Calendar)
Properties
Link copied to clipboard
The maximum allowable attempts for the SCA authentication event.
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 current attempts made for the SCA authentication event.
Link copied to clipboard
The status of the SCA authentication event.
Link copied to clipboard
The reason for the status of the SCA authentication event.
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.