Class: Authentication

(abstract) Authentication(clientConfig)

An abstract class that specifies common methods for different types of authentication. Concrete authentication types must extend this class and override it's methods

Constructor

(abstract) new Authentication(clientConfig)

Constructor.

Parameters:
Name Type Description
clientConfig ClientConfig
Author:
  • Teodossi Dossev
Source:

Classes

Authentication

Methods

getLoginRequestBuilder()

Returns authentication type related HttpRequestBuilder login request builder

Source:

getResponseAuthToken()

Returns authentication type related {string} token from response

Source: