class documentation

class AuthenticationTLS(Authentication): (source)

View In Hierarchy

TLS Authentication implementation

Method __init__ Create the TLS authentication provider instance.
Instance Variable auth Undocumented
def __init__(self, certificate_path, private_key_path): (source)

Create the TLS authentication provider instance.

Parameters
certificate_path:strPath to the public certificate
private_key_path:strPath to private TLS key

Undocumented