API Documentation
    Preparing search index...

    Interface LoginCredentials

    Login credentials.

    interface LoginCredentials {
        password?: string;
        username?: string;
    }
    Index

    Properties

    Properties

    password?: string

    Password.

    username?: string

    Name of the user.