Authentication Class - NICE DCV
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Authentication Class

The Authentication Class must be used to obtain an authentication token by calling the authenticate method of the dcv module. For an example showing how to use it, see the Getting started section.

Exposes

Methods

retry() → {void}

Retries the authentication process.

Returns:

Type

void

sendCredentials(credentials) → {void}

Sends the authentication credentials provided by the client to the NICE DCV server.

Parameters:

Name Type Description
credentials Object The object containing the supplied credentials. The credentials must have the same name and be of the same type that is specified in the challenge.

Returns:

Type

void