Class: BasicAuthentication

BasicAuthentication()

Basic authentication type class. Used for basic authentication against secured gdb server.

Constructor

new BasicAuthentication()

Author:
  • Teodossi Dossev
Source:

Methods

getLoginRequestBuilder() → {HttpRequestBuilder}

Source:
Returns:

requestBuilder

Type
HttpRequestBuilder

getResponseAuthToken() → {string}

Source:
Returns:

token

Type
string

toBase64(string) → {string}

Converts string to Base64

Parameters:
Name Type Description
string String
Source:
Returns:

converted string

Type
string