Class: AuthProvider

(abstract) auth~AuthProvider()

Provides Authenticator instances to be used when connecting to a host.

Constructor

(abstract) new AuthProvider()

Source:

Methods

(abstract) newAuthenticator(endpoint, name) → {Authenticator}

Returns an Authenticator instance to be used when connecting to a host.

Parameters:
Name Type Description
endpoint String

The ip address and port number in the format ip:port

name String

Authenticator name

Source:
Returns:
Type
Authenticator