Interface ScaAuthenticationEventAttemptVerificationEnhanced

Enhanced verification details associated with the SCA authentication event attempt

interface ScaAuthenticationEventAttemptVerificationEnhanced {
    channel: ScaAuthenticationEventAttemptVerificationChannel;
    method: ScaAuthenticationEventAttemptVerificationMethod;
    target?: string;
}

Properties

target?: string