User and password authentication

interface AuthUsernamePassword {
    username: string;
    password: string;
}

Properties

Properties

username: string

User name

password: string

Password