User credentials for authorization.

interface Credentials {
    login: string;
    password: string;
}

Properties

Properties

login: string

The login username for the user.

password: string

The password for the user.