Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.AuthenticationCallback

vncsdk.Viewer.AuthenticationCallback

Callback receiving requests for authentication for a Viewer.

Method Summary

Modifier and Type Method and Description

cancelUserCredentialsRequest(viewer)

Notification to cancel a username and/or password request.

requestUserCredentials(viewer, needUser, needPasswd)

Request for a username and/or password.

Methods

Viewer.AuthenticationCallback.cancelUserCredentialsRequest(viewer)

Notification to cancel a username and/or password request.

For more information, see vnc_Viewer_AuthenticationCallback::cancelUserCredentialsRequest.

Arguments:
Returns:

Ignored

Viewer.AuthenticationCallback.requestUserCredentials(viewer, needUser, needPasswd)

Request for a username and/or password.

For more information, see vnc_Viewer_AuthenticationCallback::requestUserCredentials.

Arguments:
  • viewer (vncsdk.Viewer) –
  • needUser (boolean) –
  • needPasswd (boolean) –
Returns:

Ignored

×