@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface VerifyOTPRequest

    interface VerifyOTPRequest {
        email?: string;
        phone?: string;
        token: string;
        type?:
            | "sms"
            | "signup"
            | "magiclink"
            | "recovery"
            | "invite"
            | "email_change";
    }
    Index

    Properties

    email?: string
    phone?: string
    token: string
    type?: "sms" | "signup" | "magiclink" | "recovery" | "invite" | "email_change"