Interface UsernameAuth

Username and password based authentication

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

Properties

Properties

password: string

The password of the reddit account to control.

username: string

The username of the reddit account to control.