Learn how to evaluate and integrate the VNC SDK
Viewer.AuthenticationCallback¶
-
vncsdk.Viewer.AuthenticationCallback¶ Callback receiving requests for authentication for a Viewer.
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
Notification to cancel a username and/or password request. |
|
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: - viewer (
vncsdk.Viewer) –
Returns: Ignored
- viewer (
-
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
- viewer (