Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.AuthenticationCallback

public interface AuthenticationCallback

Callback receiving requests for authentication for a Viewer.

Method Summary

Modifier and Type Method and Description
void

cancelUserCredentialsRequest(Viewer viewer)

Notification to cancel a username and/or password request.

void

requestUserCredentials(Viewer viewer, boolean needUser, boolean needPasswd)

Request for a username and/or password.

Methods

void cancelUserCredentialsRequest(Viewer viewer)

Notification to cancel a username and/or password request.

For more information, see vnc_Viewer_AuthenticationCallback::cancelUserCredentialsRequest.

void requestUserCredentials(Viewer viewer, boolean needUser, boolean needPasswd)

Request for a username and/or password.

For more information, see vnc_Viewer_AuthenticationCallback::requestUserCredentials.

×