class documentation

class AuthenticationOauth2(Authentication): (source)

View In Hierarchy

Oauth2 Authentication implementation

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

Create the Oauth2 authentication provider instance.

Parameters
auth_params_string:strJSON encoded configuration for Oauth2 client

Undocumented