ScaAuthenticationEventAttemptEmbeddedHybridRequest

data class ScaAuthenticationEventAttemptEmbeddedHybridRequest(val walletOperationId: String, val verification: ScaAuthenticationEventAttemptVerification, val value: String)

Data class representing the embedded hybrid request for the SCA authentication event attempt.

Constructors

constructor(walletOperationId: String, verification: ScaAuthenticationEventAttemptVerification, value: String)

Properties

Link copied to clipboard

The value associated with the authentication event attempt. If left blank, the authentication process will be considered rejected.

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.