Authentication Class - Amazon DCV

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 Amazon 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