FoxoChat.js Packages
    Preparing search index...

    Interface RESTPostAPIAuthVerifyEmailBody

    The body of POST /auth/email/verify.

    interface RESTPostAPIAuthVerifyEmailBody {
        otp: string;
    }
    Index

    Properties

    Properties

    otp: string

    The email verification code.