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

    Interface ClientCredentials

    IQRF Repository API client credentials

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

    Properties

    Properties

    password: string | null

    Password

    username: string | null

    Username