IQRF Repository JavaScript client - v0.1.5
    Preparing search index...

    Interface ClientCredentials

    IQRF Repository API client credentials

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

    Properties

    Properties

    password: null | string

    Password

    username: null | string

    Username