Class: AuthProvider

auth~ AuthProvider

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

Constructor

(abstract) new AuthProvider()

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
Returns:
Type
Authenticator