@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface ScaAuthenticationEventAttemptVerification

    Verification details associated with the SCA authentication event attempt.

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

    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.