Verification details associated with the SCA authentication event attempt.

interface ScaAuthenticationEventAttemptVerification {
    channel?: string;
    method: string;
}

Properties

Properties

channel?: string

The verification channel.

The usage of string is deprecated for this property. Use ScaAuthenticationEventAttemptVerificationChannel instead.

method: string

The verification method.

The usage of string is deprecated for this property. Use ScaAuthenticationEventAttemptVerificationMethod instead.