FoxoChat.js Packages
    Preparing search index...

    Interface RESTPostAPIAuthRegisterBody

    The body of POST /auth/register.

    interface RESTPostAPIAuthRegisterBody {
        email: string;
        password: string;
        username: string;
    }
    Index

    Properties

    email: string

    The user's email.

    password: string

    The user's password.

    username: string

    The user's username.