class documentation

Authentication provider object. Used to load authentication from an external shared library.

Method __init__ Create the authentication provider instance.
Instance Variable auth Undocumented
def __init__(self, dynamicLibPath, authParamsString): (source)

Create the authentication provider instance.

Parameters
dynamicLibPath:strPath to the authentication provider shared library (such as tls.so)
authParamsString:strComma-separated list of provider-specific configuration params