Class: PropertiesBuilder

(abstract) PropertiesBuilder()

This class is the base builder for all auth types. Use one of the subclasses to instantiate:

Constructor

(abstract) new PropertiesBuilder()

Source:

Methods

build() → {Object}

Source:
Returns:

validate and return properties collected.

Type
Object

put(key, value) → {Builder}

Convenience method to add key value pairs of auth settings to properties.

Parameters:
Name Type Description
key string

Authentication property key

value string

Authentication property value

Source:
Returns:
Type
Builder