FoxoChat.js Packages
    Preparing search index...

    Interface RESTPostAPIAuthLoginBody

    The body of POST /auth/login.

    interface RESTPostAPIAuthLoginBody {
        identity: string;
        password: string;
    }
    Index

    Properties

    Properties

    identity: string

    The user's identity.

    password: string

    The user's password.