IQRF Repository JavaScript client - v0.2.0-beta.3
    Preparing search index...

    Interface ClientCredentials

    IQRF Repository API client credentials

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

    Password

    username: string | null

    Username