Interface LoginCredentials

Login credentials.

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

Properties

Properties

password?: string

Password.

username?: string

Name of the user.

Generated using TypeDoc