Skip to content

Home > resol-vbus-core-nodejs > NetLiveTransceiverEndpoint > verifyPassword

NetLiveTransceiverEndpoint.verifyPassword property

The callback to verify the provided password.

Signature:

typescript
verifyPassword?: (password: string) => Promise<void>;