Interface ScaAuthenticationEventChallengeEmbeddedHybridRequest

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

interface ScaAuthenticationEventChallengeEmbeddedHybridRequest {
    verification: ScaAuthenticationEventAttemptVerification;
    walletOperationId: string;
}

Properties

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.