TestUserDetails | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface TestUserDetails

    interface TestUserDetails {
        grantRights?: string[];
        login: string;
        password: string;
        wrdId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    grantRights?: string[]
    login: string
    password: string
    wrdId: number