NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
ValidUserAsyncFunc
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
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...