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

Properties

Properties

password: string

The password value for the provided username to authenticate against.

username: string

The username of the user who is authenticating.