Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface OtpVerificationAttempt

    interface OtpVerificationAttempt {
        attemptedAt?: string;
        id?: string;
        presentedToken?: string;
        recipient?: string;
        result?: { detail?: string | null; verdict?: string };
    }
    Index
    attemptedAt?: string
    id?: string
    presentedToken?: string
    recipient?: string
    result?: { detail?: string | null; verdict?: string }