IQRF Repository API client credentials

interface ClientCredentials {
    password: null | string;
    username: null | string;
}

Properties

Properties

password: null | string

Password

username: null | string

Username