IGPAPI
    Preparing search index...

    Interface TwoFactorBloksVerifyCodeInput

    interface TwoFactorBloksVerifyCodeInput {
        challenge: string;
        code: string;
        maskedContactPoint?: string;
        shouldTrustDevice?: boolean;
        twoStepVerificationContext: string;
    }
    Index

    Properties

    challenge: string

    The 2FA challenge type: "whatsapp", "totp", "sms"

    code: string

    The 6-digit verification code from WhatsApp / TOTP / SMS

    maskedContactPoint?: string

    Masked phone from TwoFactorBloksSendWhatsAppCode output

    shouldTrustDevice?: boolean
    twoStepVerificationContext: string