class documentation

class AuthenticationAthenz(Authentication): (source)

View In Hierarchy

Athenz Authentication implementation

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

Create the Athenz authentication provider instance.

Parameters
auth_params_string:strJSON encoded configuration for Athenz client

Undocumented