IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfRepositoryCredentials

    IQRF Repository credentials

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

    Properties

    Properties

    password: null | string
    username: null | string