Interface HttpAuth

interface HttpAuth {
    Password: string;
    Username: string;
}

Properties

Properties

Password: string
Username: string