Data required to log in to CodeGrade.

interface LoginOptions {
    hostname: string;
    password: string;
    tenantId: string;
    username: string;
}

Properties

hostname: string

The CodeGrade host to log in to.

password: string

The password of the user to log in.

tenantId: string

The id of your user's tenant.

username: string

The username of the user to log in.