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

    Interface UserPasswordChange

    User password change interface

    interface UserPasswordChange {
        baseUrl?: string;
        new: string;
        old: string;
    }
    Index

    Properties

    Properties

    baseUrl?: string
    new: string
    old: string