Interface ScaAuthenticationEventAttemptEmbeddedHybridRequest

Represents the embedded hybrid request for the SCA authentication event attempt.

interface ScaAuthenticationEventAttemptEmbeddedHybridRequest {
    value: string;
    verification: ScaAuthenticationEventAttemptVerification;
    walletOperationId: string;
}

Properties

value: string

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

Verification details associated with the SCA authentication event attempt.

walletOperationId: string

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