NodeOPCUA API Documentation
    Preparing search index...

    Type Alias ValidUserAsyncFunc

    ValidUserAsyncFunc: (
        this: ServerSession,
        username: string,
        password: string,
        callback: (err: Error | null, isAuthorized?: boolean) => void,
    ) => void

    Type Declaration

      • (
            this: ServerSession,
            username: string,
            password: string,
            callback: (err: Error | null, isAuthorized?: boolean) => void,
        ): void
      • Parameters

        • this: ServerSession
        • username: string
        • password: string
        • callback: (err: Error | null, isAuthorized?: boolean) => void

        Returns void